From d070ba5c4e93b6fd92f3eba66511fdfc28f98dc5 Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov Date: Tue, 29 Oct 2024 20:40:57 +0700 Subject: [PATCH] feat: add awg install to install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 22fce74..90e20f7 100755 --- a/install.sh +++ b/install.sh @@ -48,8 +48,7 @@ while true; do ;; 3) - echo "As long as it's not automated" - printf "\e[1;32mUse script from here https://github.com/Slava-Shchipunov/awg-openwrt\e[0m\n" + sh <(wget -O - https://raw.githubusercontent.com/Slava-Shchipunov/awg-openwrt/refs/heads/master/amneziawg-install.sh) break ;;