From 2c21eccac35143d460c0dba0d5e807abc2c27c8a Mon Sep 17 00:00:00 2001 From: clsty Date: Sat, 1 Nov 2025 01:22:52 +0800 Subject: [PATCH] Update showhelp --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 61467801a..9309491e2 100755 --- a/setup +++ b/setup @@ -11,8 +11,7 @@ set -e ##################################################################################### showhelp_global(){ -printf " -${STY_CYAN}NOTE: +printf "${STY_CYAN}NOTE: The old \"./install.sh\" is now \"./setup install\" The old \"./update.sh\" is now \"./setup exp-update\" The old \"./uninstall.sh\" is now \"./setup exp-uninstall\"${STY_RST} @@ -24,6 +23,7 @@ Syntax: Subcommands: 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-setups Run the install step \"2. Setup for permissions/services etc\" install-files Run the install step \"3. Copying config files\"