diff --git a/.gitignore b/.gitignore index fedf540..0b9b777 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ Thumbs.db *.avi *.flv *.mov -*.wmv \ No newline at end of file +*.wmv +attendancesystem/ diff --git a/attendancesystem b/attendancesystem deleted file mode 160000 index f8238b9..0000000 --- a/attendancesystem +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f8238b9ac3dee919ab7a5e5ada54d5f3d8ec6d14 diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index e8cada1..db66062 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ NC='\033[0m' # ─── Repositório Git ────────────────────────────────────────── INSTALL_DIR="attendancesystem" -BRANCH="${BRANCH:-main}" +BRANCH="${BRANCH:-feature/SDA-304}" ENV_FILE="" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"