mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
zeus: add Apple App Store link
This commit is contained in:
parent
e88a0e449f
commit
d192ade8ef
1 changed files with 5 additions and 5 deletions
|
@ -144,7 +144,7 @@ OPTIONS+=(SENDMANY_ANDROID "SendMany (Android)")
|
||||||
|
|
||||||
# Additinal Options with TOR
|
# Additinal Options with TOR
|
||||||
if [ "${runBehindTor}" = "on" ]; then
|
if [ "${runBehindTor}" = "on" ]; then
|
||||||
OPTIONS+=(FULLY_NODED "Fully Noded (IOS+TOR)")
|
OPTIONS+=(FULLY_NODED "Fully Noded (iOS+Tor)")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 50 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 50 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
@ -259,12 +259,12 @@ Please go to MAINMENU > SERVICES and activate KEYSEND first.
|
||||||
exit 0;
|
exit 0;
|
||||||
;;
|
;;
|
||||||
ZEUS_IOS)
|
ZEUS_IOS)
|
||||||
appstoreLink="https://testflight.apple.com/join/gpVFzEHN"
|
appstoreLink="https://apps.apple.com/us/app/zeus-ln/id1456038895"
|
||||||
/home/admin/config.scripts/blitz.display.sh image /home/admin/raspiblitz/pictures/app_zeus.png
|
/home/admin/config.scripts/blitz.display.sh image /home/admin/raspiblitz/pictures/app_zeus.png
|
||||||
whiptail --title "Install Testflight and Zeus on your iOS device" \
|
whiptail --title "Install Zeus on your iOS device" \
|
||||||
--yes-button "Continue" \
|
--yes-button "Continue" \
|
||||||
--no-button "Link as QR Code" \
|
--no-button "Link as QRcode" \
|
||||||
--yesno "At the moment this app is in public beta testing.\nFirst open Apple Apstore, search & install 'TestFlight' app.\n\nThen open the following link on your mobile:\n${appstoreLink}\n\nUse 'Open In TestFlight' option of your mobile browser.\nWhen Zeus is installed and started --> Continue." 14 65
|
--yesno "Open the Apple App Store on your mobile phone.\n\nSearch for --> 'zeus ln'\n\nCheck that logo is like on LCD and author is: Zeus LN LLC\nWhen the app is installed and started --> Continue." 12 65
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
/home/admin/config.scripts/blitz.display.sh qr ${appstoreLink}
|
/home/admin/config.scripts/blitz.display.sh qr ${appstoreLink}
|
||||||
/home/admin/config.scripts/blitz.display.sh qr-console ${appstoreLink}
|
/home/admin/config.scripts/blitz.display.sh qr-console ${appstoreLink}
|
||||||
|
|
Loading…
Add table
Reference in a new issue