From ebb56aaebc29676280352150177759f4fe69b8a1 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 12 Jan 2021 23:45:37 +0200 Subject: [PATCH] install --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 0cceb33..3d80ec3 100755 --- a/install.sh +++ b/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