#exposec - instalar versão reduzida.

This commit is contained in:
2026-05-12 12:08:18 -03:00
parent afbd794fd3
commit f7548fde95

View File

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