Change branch back to main.

Forgot to change git clone branch back to main.
This commit is contained in:
rell3k
2025-10-24 09:24:01 -04:00
committed by GitHub
parent 6a20128960
commit 05890b3ddf

View File

@@ -183,7 +183,7 @@ printf "%b\n" "${GREEN}[INSTALLING] ${RESET}Cloning app
printf "%b\n" "--------------------------------------------------------------------------"
mkdir -p "$INSTALL_DIR"
git clone -b baremetal-installer https://github.com/jokob-sk/NetAlertX.git "$INSTALL_DIR/" #change after testing
git clone https://github.com/jokob-sk/NetAlertX.git "$INSTALL_DIR/"
if [ ! -f "$INSTALL_DIR/front/buildtimestamp.txt" ]; then
date +%s > "$INSTALL_DIR/front/buildtimestamp.txt"