From 1453996ccbc6822c17c39560c966852b5f2e7851 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 17:16:50 -0500 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 68473b4..92ab37a 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -115,7 +115,8 @@ update_wgd() { mv wgd.sh wgd.sh.old printf "| Downloading %s from GitHub... |\n" "$new_ver" git stash > /dev/null 2>&1 - git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1 + git pull +# git pull https://github.com/donaldzou/wireguard-dashboard.git $new_ver --force > /dev/null 2>&1 printf "| Installing latest Python dependencies |\n" python3 -m pip install -U -r requirements.txt > /dev/null 2>&1 printf "| Update Successfully! |\n"