From a4c050c8d08785b62cd6aff097d350af151d9b8f Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 25 Apr 2025 11:12:09 +0200 Subject: [PATCH] Add prerun script --- prerun.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 prerun.sh diff --git a/prerun.sh b/prerun.sh new file mode 100644 index 0000000..121dd19 --- /dev/null +++ b/prerun.sh @@ -0,0 +1,4 @@ +git add remote aur https://aur.archlinux.org/REPO_NAME.git +git fetch aur +git merge -X theirs --no-edit aur/master +