This repository provides signed Arch Linux packages for the Shyft project.
curl -sL https://arch.helset.gotdns.org/shyft-packages.key -o shyft-packages.key
gpg --show-keys shyft-packages.key
Compare the fingerprint with the official documentation.
sudo pacman-key --add shyft-packages.key
sudo pacman-key --lsign-key $(gpg --with-colons --show-keys shyft-packages.key | awk -F: '/^fpr:/ { print $10; exit }')
Edit /etc/pacman.conf:
[shyft]
Server = https://arch.helset.gotdns.org/stable
SigLevel = Required TrustedOnly
[shyft-staging]
Server = https://arch.helset.gotdns.org/staging
SigLevel = Required TrustedOnly
sudo pacman -Sy shyft-runtime shyft-python shyft-development