Clone Beta

This commit is contained in:
Whispering Wind
2025-05-08 20:26:41 +03:30
committed by GitHub
parent a5dac82255
commit f3d3e16a0d

View File

@ -30,7 +30,7 @@ echo "Removing /etc/hysteria directory"
rm -rf /etc/hysteria/ rm -rf /etc/hysteria/
echo "Cloning Blitz repository" 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" 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 wget -O /etc/hysteria/geosite.dat https://raw.githubusercontent.com/Chocolate4U/Iran-v2ray-rules/release/geosite.dat >/dev/null 2>&1