deadbeef from home:drommer:archlinux project

Seleziona il sistema operativo

Per Arch Linux, modificare /etc/pacman.conf e aggiungere quanto segue (si noti che l'ordine dei repository in pacman.conf è fondamentale, dato che pacman scarica sempre il primo pacchetto trovato):
[home_drommer_archlinux_Arch]
Server = https://download.opensuse.org/repositories/home:/drommer:/archlinux/Arch/$arch
Quindi eseguire quanto segue come root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:drommer:archlinux/Arch/$(uname -m)/home_drommer_archlinux_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_drommer_archlinux_Arch/deadbeef