Delete bootstrap.sh

This commit is contained in:
dcosnet 2026-07-15 00:13:39 -04:00
parent 8b53d95390
commit 9df18c03e8
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/usr/bin/env bash
# ============================================================
# DEPRECATED — kept only to not break existing docs / workflows.
# Forwards to the unified install.sh. Will be removed in a future
# release.
# ============================================================
set -euo pipefail
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "[bootstrap.sh] deprecated — forwarding to install.sh" >&2
# bootstrap.sh's default behaviour = "all" (venv + deps + config + db)
exec "$REPO_ROOT/install.sh" all "$@"