Skip to content

Commit

Permalink
Update Cloudtopolis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGMSec authored Nov 30, 2022
1 parent 2d3da2b commit 5008c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cloudtopolis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else
echo -e "\e[0m"
echo -e "\e[32;1m[+] Installing Docker Community Edition..\e[37;1m"

sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common npm -y -qq > /dev/null 2>&1
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y -qq > /dev/null 2>&1
curl -fsSL https://download.docker.com/linux/debian/gpg > apt.key ; sudo apt-key add apt.key > /dev/null 2>&1 ; rm apt.key > /dev/null 2>&1
sudo echo "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list
sudo apt-get update > /dev/null 2>&1 ; sudo apt-get remove docker docker-engine docker.io -y -qq > /dev/null 2>&1
Expand Down Expand Up @@ -142,6 +142,7 @@ echo -e "\e[31;1mSshPass = \e[37;1m'$SshPass'"
fi

if [[ ! $CustomVPS ]] ; then
sudo apt install npm -y -qq > /dev/null 2>&1
sudo npm install -g localtunnel > /dev/null 2>&1 ; sleep 3
/bin/bash -c "lt --port 8000 > /tmp/localtunnel &" > /dev/null 2>&1 ; sleep 3
Link=$(cat /tmp/localtunnel | awk '{print $4}')
Expand Down

0 comments on commit 5008c28

Please sign in to comment.