From 68ba05a3f93f995aff4de65e51fcfc90b3f31f90 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 14 Feb 2021 10:26:37 +0100 Subject: [PATCH] put local repo first before alci_repo --- archiso/pacman.conf | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 4715909..20defde 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -117,10 +117,6 @@ Include = /etc/pacman.d/mirrorlist #SigLevel = Optional TrustAll #Server = file:///home/custompkgs -[alci_repo] -SigLevel = Optional TrustedOnly -Server = https://arch-linux-calamares-installer.github.io/$repo/$arch - #you can create packages and put them on your local repo #change erik to your own username #the folder is on your homedirectory with the name alci_local_repo @@ -129,10 +125,16 @@ Server = https://arch-linux-calamares-installer.github.io/$repo/$arch #There is a copy of the local repo in your folder #Copy/paste it to your homefolder #Change the name erik to your own username -#update the database -[alci_local_repo] +#update the packages database + +#[alci_local_repo] +#SigLevel = Optional TrustedOnly +#Server = file:///home/erik/$repo/$arch + +[alci_repo] SigLevel = Optional TrustedOnly -Server = file:///home/erik/$repo/$arch +Server = https://arch-linux-calamares-installer.github.io/$repo/$arch + #more repositories here : #https://wiki.archlinux.org/index.php/unofficial_user_repositories