From 874d9b865267e00fa441880fc85589e423020a96 Mon Sep 17 00:00:00 2001 From: Sarina Date: Mon, 22 Jul 2024 15:47:30 +0330 Subject: [PATCH] Change repo url --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 463775a..b69eb92 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,8 @@ if ! grep -q "alias hys2='/etc/hysteria/menu.sh'" ~/.bashrc; then source ~/.bashrc fi -git clone https://github.com/ReturnFI/Hysteria2 /etc/hysteria +# TODO: change the url later +git clone https://github.com/Iam54r1n4/Hysteria2 /etc/hysteria cd /etc/hysteria chmod +x menu.sh