Browse Source

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

tteckster 3 năm trước cách đây
mục cha
commit
961c49f1f5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      misc/heimdalldashboard-weird-update.sh

+ 2 - 2
misc/heimdalldashboard2.4.8-update.sh → 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}"
 }