Skip to content

Commit 8966e71

Browse files
nvazquezyadvrDaanHoogland
authored
Fix for custom repository URL (#235)
* Fix for custom repository URL * Update source/installguide/building_from_source.rst Co-authored-by: dahn <daan.hoogland@gmail.com> * Update source/installguide/building_from_source.rst Co-authored-by: dahn <daan.hoogland@gmail.com> * Update source/installguide/building_from_source.rst Co-authored-by: dahn <daan.hoogland@gmail.com> Co-authored-by: Rohit Yadav <rohityadav89@gmail.com> Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent e5286a6 commit 8966e71

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
@@ -383,14 +383,17 @@ line:
383383

384384
.. parsed-literal::
385385
386-
deb http://server.url/cloudstack/repo/binary ./
386+
deb http://<server.url>/cloudstack/repo/binary ./
387387
388388
If you signed your Release file with GnuPG, import the signing key
389389
on your target system first.
390390

391391
.. parsed-literal::
392392
393-
$ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
393+
$ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add -
394+
395+
.. note::
396+
In the previous lines the variable <server.url> must be replaced with the address of the repository
394397

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

0 commit comments

Comments
 (0)