bundles/pacman: fix unattended-upgrades
This commit is contained in:
parent
1ee0b38133
commit
33d2d5beff
1 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -xeuo pipefail
|
||||
|
||||
pacman -Syu
|
||||
pacman -Syu --noconfirm --noprogressbar
|
||||
|
||||
% for affected, restarts in sorted(restart_triggers.items()):
|
||||
up_since=$(systemctl show "${affected}" | sed -n 's/^ActiveEnterTimestamp=//p' || echo 0)
|
||||
|
|
Loading…
Reference in a new issue