From b8039753c2266684731a85dd752318b502d1089a Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:53:22 +0330 Subject: [PATCH] Fix URL --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 51d8f09..20c31c6 100644 --- a/menu.sh +++ b/menu.sh @@ -45,7 +45,7 @@ install_and_configure() { echo "If you need to update the core, please use the 'Update Core' option." else echo "Installing and configuring Hysteria2..." - bash /root/Hysteria2/install.sh + bash <(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/install.sh) echo -e "\n\n\n" if systemctl is-active --quiet hysteria-server.service; then