#!/bin/bash set -e # Initialize pacman-key ring pacman-key --init # Trust public gpg keys cat <> /etc/pacman.conf <<'EOF' [volker.raschek] SigLevel = Optional TrustAll Server = https://aur.cryptic.systems/$repo/$arch/ [oracle] SigLevel = Optional TrustAll Server = http://linux.shikadi.net/arch/oracle/x86_64/ EOF