mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -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(){
|
function print_os_group_id_unsupported(){
|
||||||
printf "${STY_RED}"
|
printf "${STY_RED}"
|
||||||
printf "===CAUTION===\n"
|
printf "===CAUTION===\n"
|
||||||
printf "\"--via-nix\" is forcely specified as the only method to support your distro.\n"
|
printf "\"--via-nix\" is forcely specified \n"
|
||||||
printf "It is still experimental and some functionalities are missing.\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 "It may also behave unexpectedly.\n"
|
||||||
printf "Proceed only at your own risk.\n"
|
printf "Proceed only at your own risk.\n"
|
||||||
printf "=============\n\n"
|
printf "=============\n\n"
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ case ${SUBCMD_NAME} in
|
|||||||
source ${SUBCMD_DIR}/0.greeting.sh
|
source ${SUBCMD_DIR}/0.greeting.sh
|
||||||
fi
|
fi
|
||||||
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
||||||
source ${SUBCMD_DIR}/1.deps-selector.sh
|
source ${SUBCMD_DIR}/1.deps-router.sh
|
||||||
fi
|
fi
|
||||||
if [[ "${SKIP_ALLSETUPS}" != true ]]; then
|
if [[ "${SKIP_ALLSETUPS}" != true ]]; then
|
||||||
source ${SUBCMD_DIR}/2.setups.sh
|
source ${SUBCMD_DIR}/2.setups.sh
|
||||||
@@ -84,7 +84,7 @@ case ${SUBCMD_NAME} in
|
|||||||
;;
|
;;
|
||||||
install-deps)
|
install-deps)
|
||||||
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
if [[ "${SKIP_ALLDEPS}" != true ]]; then
|
||||||
source ${SUBCMD_DIR}/1.deps-selector.sh
|
source ${SUBCMD_DIR}/1.deps-router.sh
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
install-setups)
|
install-setups)
|
||||||
|
|||||||
Reference in New Issue
Block a user