diff --git a/install.sh b/install.sh index 4acf78f7e..32f924cd2 100755 --- a/install.sh +++ b/install.sh @@ -19,11 +19,11 @@ if [[ "${SKIP_ALLDEPS}" != true ]]; then fi ##################################################################################### if [[ "${SKIP_ALLSETUPS}" != true ]]; then - printf "${STY_CYAN}[$0]: 2. Setup for user groups/services etc\n${STY_RESET}" + printf "${STY_CYAN}[$0]: 2. Setup for permissions/services etc\n${STY_RESET}" source ./scriptdata/install-setups.sh fi ##################################################################################### if [[ "${SKIP_ALLFILES}" != true ]]; then - printf "${STY_CYAN}[$0]: 3. Copying + Configuring\n${STY_RESET}" + printf "${STY_CYAN}[$0]: 3. Copying config files\n${STY_RESET}" source ./scriptdata/install-files.sh fi diff --git a/scriptdata/options.sh b/scriptdata/options.sh index 715b542c6..36c5a804c 100644 --- a/scriptdata/options.sh +++ b/scriptdata/options.sh @@ -13,7 +13,7 @@ If no option is specified, run default install process. -f, --force (Dangerous) Force mode without any confirm -c, --clean Clean the build cache first --skip-alldeps Skip the whole process installing dependency - --skip-allsetups Skip the whole process setting up user groups/services etc + --skip-allsetups Skip the whole process setting up permissions/services etc --skip-allfiles Skip the whole process copying configuration files -s, --skip-sysupdate Skip system package upgrade e.g. \"sudo pacman -Syu\" --skip-hyprland Skip installing the config for Hyprland