Skip to content

Commit 08ec483

Browse files
committed
build
1 parent f9a3323 commit 08ec483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ update_sources() {
21852185
true "INFO: Exit code is zero but that does not guarantee in case of dnf that there is no error."
21862186
if printf '%s' "$update_output" | grep --ignore-case -- "Error:" >/dev/null ; then
21872187
log error "${underline}Package List Update:${nounderline} Exit code was '0' but 'Error:' found in output."
2188-
if printf '%s' "$update_output" | grep --ignore-case -- "GPG signature verification error: Signing key not" >/dev/null; then
2188+
if printf '%s' "$update_output" | grep --ignore-case -- "OpenPGP signature verification error: Signing key not" >/dev/null; then
21892189
log warn "${underline}Package List Update:${nounderline} Signing key not found. Skipping due to 'rpm --import' failing to import keys, but '--assumeyes' being used will import keys."
21902190
return 0
21912191
fi

0 commit comments

Comments
 (0)