From f3d3e16a0d9dc02b061c80f1f9c6e94cedf6a82c Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 8 May 2025 20:26:41 +0330 Subject: [PATCH] Clone Beta --- upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 38215d2..72d174f 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -30,7 +30,7 @@ echo "Removing /etc/hysteria directory" rm -rf /etc/hysteria/ echo "Cloning Blitz repository" -git clone https://github.com/ReturnFI/Blitz /etc/hysteria +git clone -b beta https://github.com/ReturnFI/Blitz /etc/hysteria echo "Downloading geosite.dat and geoip.dat" wget -O /etc/hysteria/geosite.dat https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geosite.dat >/dev/null 2>&1