1.10 ALPHA

This commit is contained in:
2025-10-10 22:14:04 -03:00
parent 9c05de766b
commit f526a21c66
4 changed files with 11 additions and 5 deletions

View File

@@ -18,11 +18,11 @@ fi
if [ -d "$INSTALL_DIR/.git" ]; then
echo "Existing repo detected. Pulling latest..."
git -C "$INSTALL_DIR" fetch origin
git -C "$INSTALL_DIR" checkout beta
git -C "$INSTALL_DIR" pull --rebase --autostash origin beta || true
git -C "$INSTALL_DIR" checkout alpha
git -C "$INSTALL_DIR" pull --rebase --autostash origin alpha || true
else
rm -rf "$INSTALL_DIR"
git clone --depth 1 --branch beta "$REPO_URL" "$INSTALL_DIR"
git clone --depth 1 --branch alpha "$REPO_URL" "$INSTALL_DIR"
fi
# Ensure executables are present & executable