Update install.sh

This commit is contained in:
2026-01-15 13:12:33 +00:00
parent 473e0a1f8f
commit a6718ab7ca

View File

@@ -96,7 +96,9 @@ main() {
install_dependencies()
info "Install script finished. You can now run .\multiplane.sh"
info "Install script finished. You can now run .\multiplane.sh... starting setup..."
exec ./multiplane.sh "$@"
}
main