fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

Change bird install method #59

Closed haylinmoore closed 1 year ago

haylinmoore commented 3 years ago

https://bird.network.cz/pipermail/bird-users/2021-April/015367.html

haylinmoore commented 3 years ago

These are the steps used by forkwhilefork, we could likely base the ansible commands off of it


cat << EOF > /etc/apt/preferences.d/bird2
Package: bird*
Pin: origin provo-mirror.opensuse.org
Pin-Priority: 600
EOF
apt install -y gnupg2
apt-key adv --fetch-keys 'https://download.opensuse.org/repositories/home:/CZ-NIC:/bird-latest/Debian_10/Release.key'
apt update
apt install -y bird2```
natesales commented 3 years ago

The repo (http://provo-mirror.opensuse.org/repositories/home:/CZ-NIC:/bird-latest/Debian_10/) doesn't have aarch64 packages :/

There may be another repo that I'm not aware of with aarch64 packages, if not we should check in with the new maintainer to see about correcting that.