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\"