Update and rename heimdalldashboard2.4.8-update.sh to heimdalldashboard-weird-update.sh

This commit is contained in:
tteckster 2022-03-27 15:14:02 -04:00 committed by GitHub
parent 0533079b6c
commit 961c49f1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}"
}