From 18c093a9b91faccb79a9117684eeac0964a21f62 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:25:49 +0330 Subject: [PATCH] Clone beta --- install.sh | 2 +- upgrade.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ec2cf52..38a5a5c 100644 --- a/install.sh +++ b/install.sh @@ -168,7 +168,7 @@ clone_repository() { fi fi - if git clone https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then + if git clone -b beta https://github.com/ReturnFI/Blitz /etc/hysteria &> /dev/null; then log_success "Repository cloned successfully" else log_error "Failed to clone repository" diff --git a/upgrade.sh b/upgrade.sh index 6275d20..ab401f6 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -8,7 +8,7 @@ HYSTERIA_INSTALL_DIR="/etc/hysteria" HYSTERIA_VENV_DIR="$HYSTERIA_INSTALL_DIR/hysteria2_venv" AUTH_BINARY_DIR="$HYSTERIA_INSTALL_DIR/core/scripts/auth" REPO_URL="https://github.com/ReturnFI/Blitz" -REPO_BRANCH="main" +REPO_BRANCH="beta" GEOSITE_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geosite.dat" GEOIP_URL="https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geoip.dat" USERS_FILE="$HYSTERIA_INSTALL_DIR/users.json"