Update installer.sh

Update to Cloudpanel v2 and docker-compose as plugin
This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-06-21 16:41:42 +05:30 committed by GitHub
parent a65add506e
commit abadaf8935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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
snap install bpytop