fix: repo server
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

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