From 9df18c03e8db5e11ae26640b2e29711fd238bc98 Mon Sep 17 00:00:00 2001 From: dcosnet Date: Wed, 15 Jul 2026 00:13:39 -0400 Subject: [PATCH] Delete bootstrap.sh --- bootstrap.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100755 index 54263dc..0000000 --- a/bootstrap.sh +++ /dev/null @@ -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 "$@"