To Access a Raw Package (wget) Repository for Atomic
Use the WGET repository for Atomic packages or any raw or plain files such as *.zip, *.tar, *.tgz, and so forth .
-
Browse the package index to determine which file you want to download. You can view the package index in HTML or JSON:
-
HTML version is at
https://cloudrepo.centrify.com/URLTOKEN/wget/raw/
-
JSON version is at
https://cloudrepo.centrify.com/URLTOKEN/wget/raw/index.json
Note: Enter your Centrify repository URL token in place of
URLTOKEN
.
-
-
Download the desired file using either
curl
orwget
. For example:curl -1 -O 'https://cloudrepo.centrify.com/URLTOKEN/wget/raw/versions/Latest/CentrifyDC-atomic.x86_64.tgz'
or
wget 'https://cloudrepo.centrify.com/URLTOKEN/wget/raw/versions/Latest/CentrifyDC-atomic.x86_64.tgz'