From f7548fde9567be70ba30c4a4b20cc0503762d93c Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 12 May 2026 12:08:18 -0300 Subject: [PATCH] =?UTF-8?q?#exposec=20-=20instalar=20vers=C3=A3o=20reduzid?= =?UTF-8?q?a.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4634abc..9130f6e 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # πŸš€ Instalador - AttendanceSystem # Uso: # 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 ── @@ -28,7 +28,7 @@ NC='\033[0m' # ─── RepositΓ³rio Git ────────────────────────────────────────── INSTALL_DIR="attendancesystem" -BRANCH="${BRANCH:-main}" +BRANCH="${BRANCH:-exposec}" ENV_FILE="" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"