mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 09:18:25 +02:00
Core Update 166: Introduce new 2022 Pakfire key
Cc: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/166/filelists/pakfire
Symbolic link
1
config/rootfiles/core/166/filelists/pakfire
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/pakfire
|
||||
@@ -297,9 +297,10 @@ rm -rvf \
|
||||
/var/lib/GeoIP
|
||||
|
||||
# Delete old 2007 Pakfire key from GPG keyring
|
||||
export GNUPGHOME="/opt/pakfire/etc/.gnupg"
|
||||
gpg --batch --yes --delete-keys 179740DC4D8C47DC63C099C74BDE364C64D96617
|
||||
unset GNUPGHOME
|
||||
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --batch --yes --delete-keys 179740DC4D8C47DC63C099C74BDE364C64D96617
|
||||
|
||||
# Add new 2022 Pakfire key to GPG keyring
|
||||
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key &>/dev/null
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/ipsec stop
|
||||
|
||||
Reference in New Issue
Block a user