From b02ed52e4a271435c0b0029c6206e9f8863e0798 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Fri, 21 Aug 2020 12:27:36 -0400 Subject: [PATCH] Update Zeus LN Google Play link --- home.admin/97addMobileWallet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index 0d0962e1e..160809131 100755 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -253,7 +253,7 @@ Please go to MAINMENU > SERVICES and activate KEYSEND first. exit 1; ;; ZEUS_ANDROID) - appstoreLink="https://play.google.com/store/apps/details?id=com.zeusln.zeus" + appstoreLink="https://play.google.com/store/apps/details?id=app.zeusln.zeus" /home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink} whiptail --title "Install Zeus on your Android Phone" \ --yes-button "continue" \ @@ -284,4 +284,4 @@ Please go to MAINMENU > SERVICES and activate KEYSEND first. /home/admin/config.scripts/bonus.fullynoded.sh exit 1; ;; -esac \ No newline at end of file +esac