Skip to content

Commit 71adec8

Browse files
committed
Merge branch '4.15' into main
2 parents 7f751ce + 8966e71 commit 71adec8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/installguide/building_from_source.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
390390
on 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

396399
Now that you have the repository info in place, you'll want to run
397400
another update so that APT knows where to find the CloudStack packages.

0 commit comments

Comments
 (0)