From abadaf89353b37be4f7bde452a17f6836274a8b6 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Tue, 21 Jun 2022 16:41:42 +0530 Subject: [PATCH] Update installer.sh Update to Cloudpanel v2 and docker-compose as plugin --- installer.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/installer.sh b/installer.sh index e4cfa56..a3d7618 100644 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ echo "Installing Cloudpanel ..." apt update && apt -y upgrade && apt -y install curl wget sudo echo "Installed Dependencies ..." -curl -sSL https://installer.cloudpanel.io/ce/v1/install.sh | sudo bash +curl -sSL https://installer.cloudpanel.io/ce/v2/install.sh | sudo bash echo "Installed Cloudpanel ..." ## Installing Docker @@ -21,8 +21,7 @@ echo "Installed Docker ..." ## Installing docker-compose echo "Installing docker-compose ..." -curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose -chmod +x /usr/local/bin/docker-compose +apt-get install docker-compose-plugin echo "Installed docker-compose ..." ## Installing Portainer @@ -55,4 +54,4 @@ apt install snapd -y ## Install Bpytop echo "Install Bpytop ..." -snap install bpytop \ No newline at end of file +snap install bpytop