From 42b6a20c975f4ddef40bac65641bdf8d8871b118 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 28 Oct 2022 21:43:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=8F=9C=E5=8D=95=E4=B8=AD=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E6=9B=B4=E6=96=B0=E5=88=97=E8=A1=A8=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 1 + tool/update-upgrade/ss-update-controler.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 85216d5..5218078 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ spark-store (3.3.3~test3) stable; urgency=medium * Now use ss-apt-fast instead of apt-fast + * 修复:右上角 更新和安装设置 菜单中进入更新列表失效 -- shenmo Fri, 30 Jan 2022 00:00:00 +0800 diff --git a/tool/update-upgrade/ss-update-controler.sh b/tool/update-upgrade/ss-update-controler.sh index b6c65c0..8e0dea4 100755 --- a/tool/update-upgrade/ss-update-controler.sh +++ b/tool/update-upgrade/ss-update-controler.sh @@ -40,7 +40,7 @@ case $option in ;; 2) - pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade.sh + /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade.sh ;; 3) if [ -f /usr/share/polkit-1/actions/store.spark-app.ssinstall.policy ];then