From c11c86a34dd3af21c259b65a53b144d79cc23be8 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:11:27 +0330 Subject: [PATCH] Clone Main --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 932ddc9..9870085 100644 --- a/install.sh +++ b/install.sh @@ -48,7 +48,7 @@ else echo "All required packages are already installed." fi -git clone -b Dev https://github.com/ReturnFI/Hysteria2 /etc/hysteria +git clone https://github.com/ReturnFI/Hysteria2 /etc/hysteria cd /etc/hysteria python3 -m venv hysteria2_venv