mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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:
@@ -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
|
||||
"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user