From: Michael Tremer Date: Mon, 19 Mar 2018 19:45:24 +0000 (+0000) Subject: Revert "installer: Import the Pakfire key at install time" X-Git-Tag: v2.19-core120~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42deeb3b450c74138dfb76d9d45d4588a5271887;p=ipfire-2.x.git Revert "installer: Import the Pakfire key at install time" This reverts commit 7d995c9f56055f39e559bd6e355a9a1689585c6d. Signed-off-by: Michael Tremer --- diff --git a/src/installer/main.c b/src/installer/main.c index e154fb9351..a3642551d6 100644 --- a/src/installer/main.c +++ b/src/installer/main.c @@ -879,13 +879,6 @@ int main(int argc, char *argv[]) { free(backup_file); } - /* Import Pakfire key */ - snprintf(commandstring, STRING_SIZE, "/usr/sbin/chroot /harddisk /usr/bin/gpg --import /opt/pakfire/pakfire.key"); - if (runcommandwithstatus(commandstring, title, _("Setting up package management system..."), logfile)) { - errorbox(_("Could not import the Pakfire key.")); - goto EXIT; - } - // Download and execute the postinstall script if (*config.postinstall) { snprintf(commandstring, sizeof(commandstring),