Skip to content

Commit bb7ca7d

Browse files
committed
fix #74: exit when gpg key could not be imported & mention possible workaround in readme
1 parent 864d55b commit bb7ca7d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ Kernel v4.8.6 successfully purged
124124
* sha1sum/sha256sum (to check the .deb checksums)
125125
* sbsigntool (to sign kernel images for SecureBoot)
126126
* sudo
127+
128+
## Known issues (with workarounds)
129+
- GPG is unable to import the key behind a proxy: #74

ubuntu-mainline-kernel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,8 @@ Optional:
731731
log "ok"
732732
else
733733
logn "failed"
734-
warn "Unable to check signature"
735-
check_signature=0
734+
err "Unable to import ppa key"
735+
exit 1
736736
fi
737737
fi
738738

0 commit comments

Comments
 (0)