Update Install.sh

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

View File

@ -340,6 +340,7 @@ 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