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