Update Install.sh

This commit is contained in:
TinrLin 2023-09-26 18:03:00 +08:00 committed by GitHub
parent 1e8ec8cae7
commit 6b51b168fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3711,8 +3711,8 @@ function Update_certificate() {
} }
function Update_Script() { function Update_Script() {
wget -O /root/sing-box.sh https://raw.githubusercontent.com/TinrLin/script_installation/main/Install.sh wget -O /root/singbox.sh https://raw.githubusercontent.com/TinrLin/script_installation/main/Install.sh
chmod +x /root/sing-box.sh chmod +x /root/singbox.sh
} }
function main_menu() { function main_menu() {