put local repo first before alci_repo
This commit is contained in:
parent
c0baa6a064
commit
68ba05a3f9
1 changed files with 9 additions and 7 deletions
|
@ -117,10 +117,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#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
|
#you can create packages and put them on your local repo
|
||||||
#change erik to your own username
|
#change erik to your own username
|
||||||
#the folder is on your homedirectory with the name alci_local_repo
|
#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
|
#There is a copy of the local repo in your folder
|
||||||
#Copy/paste it to your homefolder
|
#Copy/paste it to your homefolder
|
||||||
#Change the name erik to your own username
|
#Change the name erik to your own username
|
||||||
#update the database
|
#update the packages database
|
||||||
[alci_local_repo]
|
|
||||||
|
#[alci_local_repo]
|
||||||
|
#SigLevel = Optional TrustedOnly
|
||||||
|
#Server = file:///home/erik/$repo/$arch
|
||||||
|
|
||||||
|
[alci_repo]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Optional TrustedOnly
|
||||||
Server = file:///home/erik/$repo/$arch
|
Server = https://arch-linux-calamares-installer.github.io/$repo/$arch
|
||||||
|
|
||||||
|
|
||||||
#more repositories here :
|
#more repositories here :
|
||||||
#https://wiki.archlinux.org/index.php/unofficial_user_repositories
|
#https://wiki.archlinux.org/index.php/unofficial_user_repositories
|
||||||
|
|
Loading…
Reference in a new issue