From 9ed66d2793b14bf27e798d12e88636740b816df5 Mon Sep 17 00:00:00 2001 From: Histausse Date: Sat, 22 Oct 2022 00:33:30 +0200 Subject: [PATCH] add the packages from the aur to the pending update count --- .config/systemd/user/pending-update.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/user/pending-update.service b/.config/systemd/user/pending-update.service index fa0ba8b..74aae6e 100644 --- a/.config/systemd/user/pending-update.service +++ b/.config/systemd/user/pending-update.service @@ -2,4 +2,4 @@ Description=Write the number of pending updates in /run/user/%U/pending-updates [Service] -ExecStart=/bin/sh -c 'checkupdates | wc -l > /run/user/%U/pending-updates' +ExecStart=/bin/sh -c '(checkupdates; checkupdates-aur) | wc -l > /run/user/%U/pending-updates'