We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d55b commit bb7ca7dCopy full SHA for bb7ca7d
README.md
@@ -124,3 +124,6 @@ Kernel v4.8.6 successfully purged
124
* sha1sum/sha256sum (to check the .deb checksums)
125
* sbsigntool (to sign kernel images for SecureBoot)
126
* sudo
127
+
128
+## Known issues (with workarounds)
129
+- GPG is unable to import the key behind a proxy: #74
ubuntu-mainline-kernel.sh
@@ -731,8 +731,8 @@ Optional:
731
log "ok"
732
else
733
logn "failed"
734
- warn "Unable to check signature"
735
- check_signature=0
+ err "Unable to import ppa key"
+ exit 1
736
fi
737
738
0 commit comments