You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/11/15 08:21:57 UTC

[cloudstack-documentation] branch main updated: trusty is in official docs and it is deprecated (#230)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 5048bc1  trusty is in official docs and it is deprecated (#230)
5048bc1 is described below

commit 5048bc1b73e1fec13b18791048f79c1ec4d231b1
Author: ALIANE Abdelouahab <ab...@yahoo.fr>
AuthorDate: Mon Nov 15 09:21:55 2021 +0100

    trusty is in official docs and it is deprecated (#230)
    
    * trusty is in official docs and it is debrecated
    
    * Update _pkg_repo.rst
    
    * Update _pkg_repo.rst
    
    reverted to Focal
---
 source/installguide/management-server/_pkg_repo.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/installguide/management-server/_pkg_repo.rst b/source/installguide/management-server/_pkg_repo.rst
index 4f71230..d4b4874 100644
--- a/source/installguide/management-server/_pkg_repo.rst
+++ b/source/installguide/management-server/_pkg_repo.rst
@@ -87,8 +87,8 @@ DEB package repository
 ~~~~~~~~~~~~~~~~~~~~~~
 
 You can add a DEB package repository to your apt sources with the
-following commands. Please note that only packages for Ubuntu 20.04 (Focal),
-Ubuntu 18.04 (Bionic) and Ubuntu 16.04 (Xenial) are being built at this time.
+following commands. Replace the code name with your Ubuntu LTS version :
+Ubuntu 16.04 (Xenial), Ubuntu 18.04 (Bionic) and Ubuntu 20.04 (Focal) .
 Ubuntu 14.04 (Trusty) is no longer supported.
 
 Use your preferred editor and open (or create)
@@ -103,7 +103,7 @@ We now have to add the public key to the trusted keys.
 
 .. parsed-literal::
 
-   sudo wget -O - http://download.cloudstack.org/release.asc|apt-key add -
+   wget -O - http://download.cloudstack.org/release.asc |sudo apt-key add -
 
 Now update your local apt cache.