diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-04-21 09:28:35 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-04-21 09:28:35 +0200 |
commit | ed033bcad4cafeecbbccd24137d9c9440d0d72cc (patch) | |
tree | 34b77eb9575b6465f3966ed10a84141798389814 | |
parent | 241d327f20125ff8a7b41981e7eab3ab8346e4a2 (diff) |
Fix aurutils repository include
-rw-r--r-- | install-arch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index f979c4a..a8e0514 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -117,7 +117,7 @@ CleanMethod = KeepCurrent SigLevel = Optional TrustAll Server = file:///var/cache/pacman/aurutils" sudo echo $REPO >> /etc/pacman.d/aurutils -sudo echo "Include /etc/pacman.d/aurutils" >> /etc/pacman.conf +sudo echo "Include = /etc/pacman.d/aurutils" >> /etc/pacman.conf sudo install -d /var/cache/pacman/aurutils -o $USER repo-add /var/cache/pacman/aurutils/aurutils.db.tar |