Merge pull request #1237 from JVKeller/patch-3

Change branch back to main.
This commit is contained in:
Jokob @NetAlertX
2025-10-25 07:07:12 +11:00
committed by GitHub

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"