mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
引号故障
This commit is contained in:
parent
8310a59df8
commit
f61e3a6ede
@ -29,7 +29,7 @@ zenity --info --icon-name=spark-store --text "没有选中任何软件\n但是
|
||||
else
|
||||
|
||||
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
|
||||
|
||||
if [ "$?" = "0" ];then
|
||||
|
Loading…
x
Reference in New Issue
Block a user