引号故障

This commit is contained in:
shenmo 2022-10-23 14:04:58 +08:00
parent 8310a59df8
commit f61e3a6ede

View File

@ -29,7 +29,7 @@ zenity --info --icon-name=spark-store --text "没有选中任何软件\n但是
else else
for PKG_NAME_UPGRADE in $PKG_UPGRADE_LIST;do for PKG_NAME_UPGRADE in $PKG_UPGRADE_LIST;do
bash aptss install $PKG_NAME_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text=正在更新 $PKG_NAME_UPGRADE ,请稍候... --height 70 --width 400 --title="星火商店更新模块" bash aptss install $PKG_NAME_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text="正在更新 $PKG_NAME_UPGRADE ,请稍候..." --height 70 --width 400 --title="星火商店更新模块"
done done
if [ "$?" = "0" ];then if [ "$?" = "0" ];then