amd64
armhf
i386
apt
package index and install necessary packages:
sudo apt-get update
sudo apt-get -y install apt-transport-https ca-certificates wget
sudo wget -O /usr/share/keyrings/cznic-labs-pkg.gpg https://pkg.labs.nic.cz/gpg
Key fingerprint:
rsa4096/0xAB6A303124019B64 2023-02-15 [expires: 2033-03-03]
Key fingerprint = 9C71 D59C D4CE 8BD2 966A 7A3E AB6A 3031 2401 9B64
CZ.NIC Labs Packaging <pkg@labs.nic.cz>
bird3
repository:
echo "deb [signed-by=/usr/share/keyrings/cznic-labs-pkg.gpg] https://pkg.labs.nic.cz/bird3 trixie main" | sudo tee /etc/apt/sources.list.d/cznic-labs-bird3.list
Update apt
package index with bird3
repo enabled:
sudo apt-get update
apt
:
sudo apt-get install bird3
In automated systems such as CI, you can enable the repo using enable-repo-cznic-labs.sh script:
bash enable-repo-cznic-labs.sh bird3
To enable the repo in a minimal container:
apt-get update && apt-get install -y wget
wget -O - https://pkg.labs.nic.cz/doc/scripts/enable-repo-cznic-labs.sh | bash -s - bird3