fix: repo server
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus Pesch 2022-03-16 19:28:34 +01:00
parent e1312f1fff
commit 17caf9bfb6
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 6 deletions

View File

@ -14,13 +14,9 @@ pacman-key --init
# Add additional pacman mirrors
cat >> /etc/pacman.conf <<EOF
[any]
[volker.raschek]
SigLevel = Optional TrustAll
Server = https://aur.cryptic.systems/any/
[x86_64]
SigLevel = Optional TrustAll
Server = https://aur.cryptic.systems/x86_64/
Server = https://aur.cryptic.systems/$repo/$arch/
[oracle]
SigLevel = Optional TrustAll