Clone Main

This commit is contained in:
Whispering Wind
2025-02-09 12:22:32 +03:30
committed by GitHub
parent ba49a11207
commit 737fdc32c5

View File

@ -51,7 +51,7 @@ echo "Removing /etc/hysteria directory"
rm -rf /etc/hysteria/ rm -rf /etc/hysteria/
echo "Cloning Hysteria2 repository" echo "Cloning Hysteria2 repository"
git clone -b webpanel https://github.com/ReturnFI/Hysteria2 /etc/hysteria git clone https://github.com/ReturnFI/Hysteria2 /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