From 9702df0410f6ad5c3ba13469cb2629478e13a004 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 26 Oct 2025 00:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E8=BD=AF=E4=BB=B6=E6=BA=90=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DEBIAN/control | 4 ++-- src/usr/lib/systemd/system/apm-daily-update.service | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DEBIAN/control b/src/DEBIAN/control index 23d00d3..c926758 100755 --- a/src/DEBIAN/control +++ b/src/DEBIAN/control @@ -1,9 +1,9 @@ Package: apm Source: amber-ce -Version: 1.0.8 +Version: 1.0.8.1 Architecture: amd64 Maintainer: shenmo -Installed-Size: 48716 +Installed-Size: 48712 Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils Section: misc Conflicts: ace-host-integration diff --git a/src/usr/lib/systemd/system/apm-daily-update.service b/src/usr/lib/systemd/system/apm-daily-update.service index 323beb6..8abe583 100755 --- a/src/usr/lib/systemd/system/apm-daily-update.service +++ b/src/usr/lib/systemd/system/apm-daily-update.service @@ -6,7 +6,7 @@ After=apt-daily.service network.target network-online.target systemd-networkd.se [Service] Type=simple RemainAfterExit=yes -ExecStart=apm clean && apm update +ExecStart=bash -c "apm clean && apm update" Restart=on-failure RestartSec=10