From 85574ebd9df58a537417e9d3efc85f4a7da32ea5 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Thu, 1 May 2025 15:55:05 +0200 Subject: [PATCH] Update prerun --- prerun.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prerun.sh b/prerun.sh index 2b9941e..6cceab7 100755 --- a/prerun.sh +++ b/prerun.sh @@ -1,4 +1,4 @@ -git remote add aur https://aur.archlinux.org/REPO_NAME.git -git fetch aur -git merge -X theirs --no-edit aur/master +git remote add upstream https://gitlab.archlinux.org/archlinux/packaging/packages/linux.git +git fetch upstream +git merge -X theirs --no-edit upstream/main