From 3c883b3808082261574c141619961f1030e9d71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 18 Aug 2023 11:01:14 +0200 Subject: [PATCH] Add count-updates for ArchLinux(ARM) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Ortega Froysa --- count-updates | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 count-updates diff --git a/count-updates b/count-updates new file mode 100755 index 0000000..dacf546 --- /dev/null +++ b/count-updates @@ -0,0 +1,3 @@ +#!/bin/sh +UPDATES=$(checkupdates | wc -l) +echo "$UPDATES" > ~/.cache/update_count