forked from Shinonome/dots-hyprland
Improve message.
This commit is contained in:
+2
-2
@@ -19,11 +19,11 @@ if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
|||||||
fi
|
fi
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
if [[ "${SKIP_ALLSETUPS}" != true ]]; then
|
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
|
source ./scriptdata/install-setups.sh
|
||||||
fi
|
fi
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
if [[ "${SKIP_ALLFILES}" != true ]]; then
|
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
|
source ./scriptdata/install-files.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ If no option is specified, run default install process.
|
|||||||
-f, --force (Dangerous) Force mode without any confirm
|
-f, --force (Dangerous) Force mode without any confirm
|
||||||
-c, --clean Clean the build cache first
|
-c, --clean Clean the build cache first
|
||||||
--skip-alldeps Skip the whole process installing dependency
|
--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
|
--skip-allfiles Skip the whole process copying configuration files
|
||||||
-s, --skip-sysupdate Skip system package upgrade e.g. \"sudo pacman -Syu\"
|
-s, --skip-sysupdate Skip system package upgrade e.g. \"sudo pacman -Syu\"
|
||||||
--skip-hyprland Skip installing the config for Hyprland
|
--skip-hyprland Skip installing the config for Hyprland
|
||||||
|
|||||||
Reference in New Issue
Block a user