feat: Updates install-webapp script with more flags and a launch option to open in a new terminal window.

This commit is contained in:
2025-10-04 12:27:34 -04:00
parent 318e7c7f95
commit 55257e7c28
2 changed files with 239 additions and 133 deletions

2
webapp
View File

@@ -63,7 +63,7 @@ install() {
log "Installing webapp from spec: $file"
if [[ $dry_run == "0" ]]; then
$script --file $file
$script --file $file --no-interactive
fi
}