From 1823cd3d8663e964afaccd8995385a83fd4da8a1 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 31 May 2026 06:42:03 +0000 Subject: [PATCH] Update redeye.sh --- redeye.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redeye.sh b/redeye.sh index f1958bc..5cd3d41 100644 --- a/redeye.sh +++ b/redeye.sh @@ -21,7 +21,7 @@ read "custom_go_version?what go version should be installed? (default: $go_versi read -s "custom_password?set a custom password (default: $new_password): " printf "\n" -echo "$default_pass" | sudo -v +echo "$default_pass" | sudo -Sv cprint "updating system, this may take a while" sudo apt update -y