From 4afcff4bb192a54ba52434ae07d472e33dc742a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 21 Apr 2024 09:43:26 +0200 Subject: [PATCH] Add script to check for AUR updates --- check-aur-updates.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 check-aur-updates.sh diff --git a/check-aur-updates.sh b/check-aur-updates.sh new file mode 100755 index 0000000..4fa0f73 --- /dev/null +++ b/check-aur-updates.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git submodule update --remote pkgbuilds/*