Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/install.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ gpgv_binary="$(command -v gpgv || true)";
if [ -x "$gpgv_binary" ]; then
log_debug "Using $gpgv_binary for signature verification"
else
log "ERROR: Unable to find gpg binary for signature verification"
log "ERROR: Unable to find gpgv binary for signature verification"
log "You can resolve this error by installing your system's gnupg package"
clean_exit 3
fi
Expand Down
Loading