pakfire: Import old key, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-04-02 15:07:56 +01:00
parent 397d3a8e15
commit 74e715a5a2
4 changed files with 36 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ case "${1}" in
boot_mesg "Setting up Pakfire Package Manager..."
gpg --import /opt/pakfire/pakfire-2018.key &>/dev/null
evaluate_retval
# Try to import the old key, too
gpg --import /opt/pakfire/pakfire-2007.key &>/dev/null
;;
*)