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