forked from Shinonome/dots-hyprland
Deprecate install.sh in favor of setup
Still decide to deprecate install.sh cuz TAB completion can not be done without intrusive and automatic method, so just use ./setup instead.
This commit is contained in:
+5
-9
@@ -1,14 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# TODO: Handle TAB completion for ./setup with non-intrusive method,
|
||||
# or other shortcut helper like TUI.
|
||||
# After that, remove this script (install.sh).
|
||||
|
||||
|
||||
#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 "Please use \"./setup install\" instead.${STY_RST}\n"
|
||||
# Remove this script (install.sh) after 2025.12.01
|
||||
|
||||
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 "Please use \"./setup install\" instead.${STY_RST}\n"
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
./setup install "$@"
|
||||
|
||||
Reference in New Issue
Block a user