#main - ajuste na branch de instalação

This commit is contained in:
2026-06-08 10:55:04 -03:00
parent 257caf537c
commit f8e94a5319

View File

@@ -4,7 +4,7 @@
# 🚀 Instalador - AttendanceSystem
# Uso:
# bash <(curl -fsSL \
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/exposec/install.sh")
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/main/install.sh")
# ==============================================================
# ── Redireciona stdin para o terminal quando rodado via curl | bash ──
@@ -28,7 +28,7 @@ NC='\033[0m'
# ─── Repositório Git ──────────────────────────────────────────
INSTALL_DIR="attendancesystem"
BRANCH="${BRANCH:-exposec}"
BRANCH="${BRANCH:-main}"
ENV_FILE=""
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"