File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -384,14 +384,17 @@ line:
384384
385385.. parsed-literal ::
386386
387- deb http://server.url/cloudstack/repo/binary ./
387+ deb http://< server.url> /cloudstack/repo/binary ./
388388
389389 If you signed your Release file with GnuPG, import the signing key
390390on your target system first.
391391
392392.. parsed-literal ::
393393
394- $ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
394+ $ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
395+
396+ .. note ::
397+ In the previous lines the variable <server.url> must be replaced with the address of the repository
395398
396399Now that you have the repository info in place, you'll want to run
397400another update so that APT knows where to find the CloudStack packages.
You can’t perform that action at this time.
0 commit comments