You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -fsSL openboot.dev/install | bash -s -- --preset full
40
+
curl -fsSL openboot.dev/install.sh | bash -s -- --preset full
41
41
```
42
42
43
43
## Customizing During Install
@@ -56,11 +56,11 @@ This means you can start with `developer` but add `kubectl` from `full`, or remo
56
56
If you want to skip the TUI and install a preset exactly as defined (useful for CI or scripting), the `--preset` flag with no TUI will install everything in the preset without prompting:
0 commit comments