Update showhelp

This commit is contained in:
clsty
2025-11-01 01:22:52 +08:00
parent 82ce9b866f
commit 2c21eccac3
+2 -2
View File
@@ -11,8 +11,7 @@ set -e
##################################################################################### #####################################################################################
showhelp_global(){ showhelp_global(){
printf " printf "${STY_CYAN}NOTE:
${STY_CYAN}NOTE:
The old \"./install.sh\" is now \"./setup install\" The old \"./install.sh\" is now \"./setup install\"
The old \"./update.sh\" is now \"./setup exp-update\" The old \"./update.sh\" is now \"./setup exp-update\"
The old \"./uninstall.sh\" is now \"./setup exp-uninstall\"${STY_RST} The old \"./uninstall.sh\" is now \"./setup exp-uninstall\"${STY_RST}
@@ -24,6 +23,7 @@ Syntax:
Subcommands: Subcommands:
install (Re)Install/Update illogical-impulse. install (Re)Install/Update illogical-impulse.
Note: To update to the latest, manually run \"git pull\" first.
install-deps Run the install step \"1. Install dependencies\" install-deps Run the install step \"1. Install dependencies\"
install-setups Run the install step \"2. Setup for permissions/services etc\" install-setups Run the install step \"2. Setup for permissions/services etc\"
install-files Run the install step \"3. Copying config files\" install-files Run the install step \"3. Copying config files\"