fix: update installation scripts to use the correct branch name

This commit is contained in:
Lloyd
2026-05-26 15:42:59 +01:00
parent 7b86716e06
commit 31edaa9c76
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ set -euo pipefail
# ── Defaults ───────────────────────────────────────────────────────────────
REPO="https://github.com/rightup/pyMC_Repeater.git"
BRANCH="feat/newRadios"
BRANCH="dev"
CT_TEMPLATE="debian-12-standard"
CT_RAM=1024
CT_SWAP=512