Update Install.sh

This commit is contained in:
TheyCallMeSecond 2024-01-21 22:03:05 +03:30 committed by GitHub
parent ffed7d64bc
commit 6259813d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -340,7 +340,6 @@ function select_sing_box_install_option() {
echo "2). Download and install sing-box (Beta version)"
echo "3). Compile and install sing-box (full featured version)"
read -p "Please select [1-3]: " install_option
install_option="${install_option:-1}"
case $install_option in
1)
install_latest_sing_box