forked from Shinonome/dots-hyprland
Update comment
This commit is contained in:
+7
-3
@@ -1,9 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# TODO: Handle TAB completion for ./setup with non-intrusive method
|
# TODO: Handle TAB completion for ./setup with non-intrusive method
|
||||||
# TODO: Remove this script after TAB completion of ./setup is handled
|
# TODO: Remove this script (install.sh) after TAB completion of ./setup is handled
|
||||||
STY_RED='\e[31m'
|
|
||||||
STY_RST='\e[00m'
|
|
||||||
|
#STY_RED='\e[31m'
|
||||||
|
#STY_RST='\e[00m'
|
||||||
#printf "${STY_RED}You are using \"./install.sh\" which is kept for compatibility and will be removed in future.\n"
|
#printf "${STY_RED}You are using \"./install.sh\" which is kept for compatibility and will be removed in future.\n"
|
||||||
#printf "Please use \"./setup install\" instead.${STY_RST}\n"
|
#printf "Please use \"./setup install\" instead.${STY_RST}\n"
|
||||||
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
./setup install "$@"
|
./setup install "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user