mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
send many mobile options
This commit is contained in:
parent
32c48e2624
commit
3821b79aff
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ fi
|
|||
OPTIONS+=(SENDMANY_ANDROID "SendMany (Android)")
|
||||
#fi
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 13 50 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 50 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
/home/admin/config.scripts/blitz.lcd.sh hide
|
||||
|
||||
|
@ -170,10 +170,10 @@ Please go to MAINMENU > SERVICES and activate KEYSEND first.
|
|||
|
||||
appstoreLink="https://github.com/fusion44/sendmany/releases"
|
||||
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
||||
whiptail --title "Install SendMany APK from GithubReleases- (open assets) on your device" \
|
||||
whiptail --title "Install SendMany APK from GithubReleases (open assets) on your device" \
|
||||
--yes-button "continue" \
|
||||
--no-button "link as QR code" \
|
||||
--yesno "Download & install the SendMany APK from GitHub:\n\n${appstoreLink}\n\nEasiest way to scan QR code on LCD and download/install.\n\nWhen installed and started -> continue." 10 65
|
||||
--yesno "Download & install the SendMany APK (armeabi-v7) from GitHub:\n\n${appstoreLink}\n\nEasiest way to scan QR code on LCD and download/install.\n\nWhen installed and started -> continue." 13 65
|
||||
if [ $? -eq 1 ]; then
|
||||
/home/admin/config.scripts/blitz.lcd.sh qr-console ${appstoreLink}
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue