diff --git a/AGENTS.md b/AGENTS.md index fe64898..caf8346 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -193,4 +193,3 @@ extra confirmation. | `OPENBOOT_API_URL` | Override API base URL (testing; https or http://localhost only) | | `OPENBOOT_DOTFILES` | Override dotfiles repo URL | | `OPENBOOT_DRY_RUN` | Dry-run mode for `scripts/install.sh` (not the CLI) | -| `OPENBOOT_VERSION` | Pin version in `scripts/install.sh` | diff --git a/scripts/install.sh b/scripts/install.sh index 30b4b5b..dad7db1 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,8 +1,6 @@ #!/bin/bash set -euo pipefail -VERSION="${OPENBOOT_VERSION:-latest}" -REPO="openbootdotdev/openboot" BINARY_NAME="openboot" TAP_NAME="openbootdotdev/tap" DRY_RUN="${OPENBOOT_DRY_RUN:-false}"