mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Update message
This commit is contained in:
@@ -34,8 +34,10 @@ function print_os_group_id_unofficial(){
|
||||
function print_os_group_id_unsupported(){
|
||||
printf "${STY_RED}"
|
||||
printf "===CAUTION===\n"
|
||||
printf "\"--via-nix\" is forcely specified as the only method to support your distro.\n"
|
||||
printf "It is still experimental and some functionalities are missing.\n"
|
||||
printf "\"--via-nix\" is forcely specified \n"
|
||||
printf "as the only way to try to install on your distro.\n"
|
||||
printf "It is still experimental.\n"
|
||||
printf "Some functionalities are missing.\n"
|
||||
printf "It may also behave unexpectedly.\n"
|
||||
printf "Proceed only at your own risk.\n"
|
||||
printf "=============\n\n"
|
||||
|
||||
@@ -73,7 +73,7 @@ case ${SUBCMD_NAME} in
|
||||
source ${SUBCMD_DIR}/0.greeting.sh
|
||||
fi
|
||||
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
||||
source ${SUBCMD_DIR}/1.deps-selector.sh
|
||||
source ${SUBCMD_DIR}/1.deps-router.sh
|
||||
fi
|
||||
if [[ "${SKIP_ALLSETUPS}" != true ]]; then
|
||||
source ${SUBCMD_DIR}/2.setups.sh
|
||||
@@ -84,7 +84,7 @@ case ${SUBCMD_NAME} in
|
||||
;;
|
||||
install-deps)
|
||||
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
||||
source ${SUBCMD_DIR}/1.deps-selector.sh
|
||||
source ${SUBCMD_DIR}/1.deps-router.sh
|
||||
fi
|
||||
;;
|
||||
install-setups)
|
||||
|
||||
Reference in New Issue
Block a user