Update update-electrum.sh
This commit is contained in:
parent
e0198663fd
commit
add42e8029
@ -8,9 +8,13 @@ fi
|
||||
APKNAME=$(basename $APKURL)
|
||||
|
||||
echo "Downloading ${APKURL}"
|
||||
curl -O -J $APKURL
|
||||
curl -O -J "${APKURL}"
|
||||
|
||||
echo "Downloading ${APKURL}.asc"
|
||||
curl -O -J "${APKURL}.asc"
|
||||
|
||||
ls -la
|
||||
|
||||
gpg --verify "${APKNAME}.asc"
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user