Browse Source

install

master
zeus 3 years ago
parent
commit
ebb56aaebc
  1. 6
      install.sh

6
install.sh

@ -170,9 +170,15 @@ fi
#check for wireguard
if ! command -v wg &> /dev/null
then
echo ""
echo "Cannot find wg"
echo "Install it and try again!"
echo "https://www.wireguard.com/install/"
echo ""
echo "-----------USING UBUNTU------------"
echo ""
echo "sudo apt install wireguard"
echo ""
toolsok='no'
exit
fi

Loading…
Cancel
Save