feat(plugins): Added the official bootstrap plugin repository

This commit is contained in:
2026-06-25 21:46:30 +05:30
parent b697fc5bba
commit 9a7404a65f
10 changed files with 318 additions and 7 deletions

View File

@@ -200,7 +200,6 @@ for script in "${SCRIPTS[@]}"; do
# Handle non-installer commands
case "$script" in
plugin)
shift # consume 'plugin' arg
handle_plugin "$@"
# Once handle_plugin completes, we should exit so it doesn't process more SCRIPTS
exit $?