feat: Added easy reinstallation

This commit is contained in:
2026-06-21 12:36:53 +05:30
parent 004946f4b2
commit 3df936d501
8 changed files with 64 additions and 21 deletions

View File

@@ -204,7 +204,7 @@ for script in "${SCRIPTS[@]}"; do
run_ware "$tool" "$@"
done
;;
bye)
gone)
if [ -f "$BOOTSTRAP_DIR/commands/uninstall.sh" ]; then
. "$BOOTSTRAP_DIR/commands/uninstall.sh"
else