Skip to content

Commit

Permalink
fix: Add -r flag back to unix install script (#1970)
Browse files Browse the repository at this point in the history
restore -r flag in unix install script
  • Loading branch information
dpaasman00 authored Nov 15, 2024
1 parent d691525 commit d55bf5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install/install_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,10 @@ main() {
base_url=$2
shift 2
;;
-r | --uninstall)
uninstall
exit 0
;;
-h | --help)
usage
exit 0
Expand Down

0 comments on commit d55bf5c

Please sign in to comment.