Skip to content

Commit

Permalink
add gpg key path for packetfence definition
Browse files Browse the repository at this point in the history
  • Loading branch information
stegar123 authored Jan 8, 2025
1 parent 371eaf7 commit d6f7e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/full-upgrade/run-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function set_upgrade_to() {

function apt_upgrade_packetfence_package() {
set_upgrade_to
echo "deb http://inverse.ca/downloads/PacketFence/debian/$UPGRADE_TO bookworm bookworm" > /etc/apt/sources.list.d/packetfence.list
echo "deb [signed-by=/etc/apt/keyrings/packetfence.gpg] http://inverse.ca/downloads/PacketFence/debian/$UPGRADE_TO bookworm bookworm" > /etc/apt/sources.list.d/packetfence.list
apt update
if is_enabled $1; then
apt-mark hold packetfence-upgrade
Expand Down

0 comments on commit d6f7e47

Please sign in to comment.