Improve message.

This commit is contained in:
clsty
2025-10-02 07:26:59 +08:00
parent 93634985e8
commit 194b21c41e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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