This commit is contained in:
2023-03-05 14:37:02 -05:00
parent 5b8b912844
commit 8524efb765
23 changed files with 926 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ main() {
_parse_options "$@"
test "$remove" -eq 0 && _remove_scripts && exit "$?"
test "$uninstall" -eq 0 && _remove_scripts && exit "$?"
_install && exit "$?"
_install
}
main "$@"