Update install.sh

This commit is contained in:
Mr Chen 2024-07-29 12:25:31 +08:00
parent 938e204691
commit c2be36b8b3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Install_app()
if [ -f $shell_file ];then
bash -x $shell_file
else
echo '不支持...' > $install_tmp
echo '不支持...'
exit 1
fi