From 7cff90c5e370eed04a0b3ccbe358514e8ce1c7ff Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 12 May 2026 12:10:55 -0300 Subject: [PATCH] #exposec - baixar a verao exposec por default. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9130f6e..752c1b3 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ NC='\033[0m' # ─── Repositório Git ────────────────────────────────────────── INSTALL_DIR="attendancesystem" -BRANCH="${BRANCH:-exposec}" +BRANCH="${BRANCH:-origin/exposec}" ENV_FILE="" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"