Update install.sh

This commit is contained in:
Mr Chen 2024-12-03 16:26:24 +08:00
parent 2ecc29269f
commit e8d72985e6
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ sysName=`uname`
Install_app()
{
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
echo '安装完成'
}