From 961c49f1f54bceeb1733a7d4a5372c776f969b16 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 27 Mar 2022 15:14:02 -0400 Subject: [PATCH] Update and rename heimdalldashboard2.4.8-update.sh to heimdalldashboard-weird-update.sh --- ...board2.4.8-update.sh => heimdalldashboard-weird-update.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename misc/{heimdalldashboard2.4.8-update.sh => heimdalldashboard-weird-update.sh} (95%) diff --git a/misc/heimdalldashboard2.4.8-update.sh b/misc/heimdalldashboard-weird-update.sh similarity index 95% rename from misc/heimdalldashboard2.4.8-update.sh rename to misc/heimdalldashboard-weird-update.sh index 515e3152..afc40ae6 100644 --- a/misc/heimdalldashboard2.4.8-update.sh +++ b/misc/heimdalldashboard-weird-update.sh @@ -6,7 +6,7 @@ CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"` CL=`echo "\033[m"` while true; do - read -p "This will Update Heimdall Dashboard V2.4.6 to Current. Proceed(y/n)?" yn + read -p "This will Update Heimdall Dashboard weird to Current. Proceed(y/n)?" yn case $yn in [Yy]* ) break;; [Nn]* ) exit;; @@ -22,7 +22,7 @@ echo -e "${PP} | __ |/ _ \ | _ _ \ / _ |/ _ | | | | | | |/ _ / __| _ \| _ \ / _ \ / _ | __/ _ | | | | | __/ | | | | | | (_| | (_| | | | | |__| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| | |_| |_|\___|_|_| |_| |_|\__,_|\__,_|_|_| |_____/ \__,_|___/_| |_|_.__/ \___/ \__,_|_| \__,_| - ${RD}UPDATE FROM V2.4.6 ONLY! + ${RD}UPDATE FROM WEIRD ONLY! ${CL}" }