Update zerotier.sh

master
Manuel González 2021-06-12 14:58:19 -04:00 committed by GitHub
parent 09f4d8f2f0
commit 495a3f5de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -45,7 +45,7 @@ else
read pacman
if [ $pacman = y ]
then
sudo pacman -S curl git python tk xterm
sudo pacman -Sy curl git python tk xterm zerotier-one
echo satisfied dependencies
else
echo "Do you use Distros based on OpenSUSE (zypper), y/n"
@ -71,8 +71,10 @@ else
fi
fi
xterm -e "curl -s https://install.zerotier.com | sudo bash"
if [ $pacman != y ]
then
xterm -e "curl -s https://install.zerotier.com | sudo bash"
fi
echo ZeroTier installed