From f902657e281e85b254a54b4fc928309d44d30271 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Jul 2022 15:22:50 -0400 Subject: [PATCH] Update web-vault-update.sh --- misc/web-vault-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/web-vault-update.sh b/misc/web-vault-update.sh index 64acb04b..2138dbd7 100644 --- a/misc/web-vault-update.sh +++ b/misc/web-vault-update.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +clear VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \ | grep "tag_name" \ | awk '{print substr($2, 2, length($2)-3) }') \ @@ -19,7 +20,6 @@ echo -e "${BL} ${VWRELEASE} UPDATE ${CL}" } -clear update_info while true; do read -p "This will Update Web-Vault to $VWRELEASE. Proceed(y/n)?" yn