Compare commits

..

1 Commits

Author SHA1 Message Date
2ebfe4b0a8 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.31.1
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-03-16 18:37:22 +01:00

View File

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