Update update-electrum.sh
This commit is contained in:
parent
90ead9f252
commit
e0198663fd
@ -11,7 +11,7 @@ echo "Downloading ${APKURL}"
|
||||
curl -O -J $APKURL
|
||||
curl -O -J "${APKURL}.asc"
|
||||
|
||||
gpg --verify "${APKNAME}.asc" >/dev/null
|
||||
gpg --verify "${APKNAME}.asc"
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "gpg signatures failed! Something fishy/malicious is probably going on with this electrum apk. Cleaning up tainted files. Please check manually and investigate!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user