From 43195d952e27cc2266b51935d4215431668c0285 Mon Sep 17 00:00:00 2001 From: Return <151555003+H-Return@users.noreply.github.com> Date: Wed, 22 May 2024 20:15:46 +0330 Subject: [PATCH] Update install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b476081..b61f6e4 100644 --- a/install.sh +++ b/install.sh @@ -36,8 +36,7 @@ sha256=$(python3 generate.py) # Step 6: Download the config.yaml file echo "Downloading config.yaml..." wget https://raw.githubusercontent.com/H-Return/Hysteria2/main/config.yaml -O /etc/hysteria/config.yaml >/dev/null 2>&1 -sleep 5 -clear +echo -e "\n\n" # Ask for the port number read -p "Enter the port number you want to use: " port