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:
clsty
2025-10-19 11:22:24 +08:00
parent f673cae32b
commit 2014a030d6
3 changed files with 26 additions and 29 deletions
-17
View File
@@ -287,20 +287,3 @@ function check_disk_space() {
return 0
}
function showhelp_global(){
echo -e "
Syntax:
$0 <subcommand> [OPTIONS]...
Subcommands:
install Idempotent installation for dotfiles.
exp-uninstall Experimental uninstall
exp-update Experimental update
help Show this help message
Please run the following for details:
$0 <subcommand> -h
"
}