From f8e94a53194d28429fca1184b70c624583346b3f Mon Sep 17 00:00:00 2001 From: renator2 Date: Mon, 8 Jun 2026 10:55:04 -0300 Subject: [PATCH] =?UTF-8?q?#main=20-=20ajuste=20na=20branch=20de=20instala?= =?UTF-8?q?=C3=A7=C3=A3o?= 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 040da8c..985f2d4 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/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"