PacketFence PPA: inverse-inc/packetfence

Content

Debian / Ubuntu (APT)

Import the signing key and add the repository:

curl -fsSL https://www.packetfence.org/downloads/PacketFence/gitlab/2580868549/GPG_PUBLIC_KEY | sudo tee /etc/apt/trusted.gpg.d/gitlab-inverse-inc-packetfence.asc > /dev/null
sudo apt-get install -y apt-transport-https
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/gitlab-inverse-inc-packetfence.asc] https://www.packetfence.org/downloads/PacketFence/gitlab/2580868549/RELEASE_ID RELEASE_NAME main" \
  | sudo tee /etc/apt/sources.list.d/gitlab-inverse-inc-packetfence.list
sudo apt-get update

CentOS / RHEL (YUM/DNF)

sudo rpm --import https://www.packetfence.org/downloads/PacketFence/gitlab/2580868549/GPG_PUBLIC_KEY
sudo tee /etc/yum.repos.d/gitlab-inverse-inc-packetfence.repo <<'REPO'
[inverse-inc-packetfence]
name=PacketFence inverse-inc-packetfence
baseurl=https://www.packetfence.org/downloads/PacketFence/gitlab/2580868549/RELEASE_ID/RELEASE_NAME/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://www.packetfence.org/downloads/PacketFence/gitlab/2580868549/GPG_PUBLIC_KEY
REPO