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-installer.git

commit fb49d41c0c8c6044580d9ab45e53c3f55882f5e4
Author: Rohit Yadav <[email protected]>
AuthorDate: Fri Nov 22 12:39:19 2024 +0100

    Update install.sh
---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 31cacea..2cd2fcc 100644
--- a/install.sh
+++ b/install.sh
@@ -141,7 +141,7 @@ configure_repo() {
   mkdir -p /etc/apt/keyrings
   wget -O- https://download.cloudstack.org/release.asc 2>/dev/null | gpg 
--dearmor | sudo tee /etc/apt/keyrings/cloudstack.gpg > /dev/null
   # NOTE: debian-based distro packages are now release agnostic
-  echo deb [signed-by=/etc/apt/keyrings/cloudstack.gpg] 
https://download.cloudstack.org/ubuntu noble $CS_VERSION / > 
/etc/apt/sources.list.d/cloudstack.list
+  echo deb [signed-by=/etc/apt/keyrings/cloudstack.gpg] 
https://download.cloudstack.org/ubuntu noble $CS_VERSION > 
/etc/apt/sources.list.d/cloudstack.list
   apt-get update
 }
 

Reply via email to