Update install.sh

This commit is contained in:
Return
2024-05-22 20:15:46 +03:30
committed by GitHub
parent 2efc14f614
commit 43195d952e

View File

@ -36,8 +36,7 @@ sha256=$(python3 generate.py)
# Step 6: Download the config.yaml file # Step 6: Download the config.yaml file
echo "Downloading config.yaml..." echo "Downloading config.yaml..."
wget https://raw.githubusercontent.com/H-Return/Hysteria2/main/config.yaml -O /etc/hysteria/config.yaml >/dev/null 2>&1 wget https://raw.githubusercontent.com/H-Return/Hysteria2/main/config.yaml -O /etc/hysteria/config.yaml >/dev/null 2>&1
sleep 5 echo -e "\n\n"
clear
# Ask for the port number # Ask for the port number
read -p "Enter the port number you want to use: " port read -p "Enter the port number you want to use: " port