Using ./setup install instead of ./install.sh

This commit is contained in:
clsty
2025-10-19 08:44:12 +08:00
parent 0e6779fafc
commit 8ca46aecdd
10 changed files with 118 additions and 173 deletions
+17
View File
@@ -287,3 +287,20 @@ 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
"
}