From 3575260e68030a6dec02aa933d1294416e725a49 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Oct 2023 01:19:30 -0500 Subject: Qt UI: Use proper URL for firmware keys as well Fixes: 3786744d94 ("Qt UI: Update signing keys") --- CHANGELOG.rst | 2 +- ui/qt5/horizonwizard.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5d4deb..d6ebfc8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,7 +36,7 @@ Disk ---- * The ``diskid`` key now additionally probes the ``ID_MODEL_ENC`` udev property - of the block device, to allow for matching on human-reddable model names. + of the block device, to allow for matching on human-readable model names. HorizonScript Library diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 264ecc8..0dfd43e 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -722,8 +722,8 @@ QString HorizonWizard::toHScript() { #ifdef NON_LIBRE_FIRMWARE if(this->firmware) { lines << "firmware true"; - lines << "signingkey /etc/apk/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub"; - lines << "signingkey /etc/apk/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub"; + lines << "signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub"; + lines << "signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub"; } else { lines << "firmware false"; } -- cgit v1.2.3-60-g2f50