whiptail --title "Install Testflight and Shango on your iOS device"\
--yes-button "show link as QR"\
--no-button "continue"\
--yesno "At the moment this app is in public beta testing:\n\nhttps://testflight.apple.com/join/WwCjFnS8"2060
if[$? -eq 0];then
/home/admin/XXdisplayQR.sh
fi
shred qr.txt
rm -f qr.txt
/home/admin/XXdisplayQRlcd_hide.sh
./97addMobileWalletShango.sh
exit 1;
;;
whiptail --title "Install Testflight and Shango on your iOS device"\
--yes-button "continue"\
--no-button "link as QR code"\
--yesno "At the moment this app is in public beta testing:\n\nhttps://testflight.apple.com/join/WwCjFnS8\n\nJoin testing and follow all instructions."1060
whiptail --title "Install Shango on your Android Phone"\
--yes-button "show link as QR"\
--no-button "continue"\
--yesno "At the moment this app is in public beta testing:\n\nhttps://play.google.com/apps/testing/com.shango \n\nDo you want to see a QR code with an Playstore link?"2060
if[$? -eq 0];then
/home/admin/XXdisplayQR.sh
fi
shred qr.txt
rm -f qr.txt
/home/admin/XXdisplayQRlcd_hide.sh
./97addMobileWalletShango.sh
exit 1;
;;
ZAP)
./97addMobileWalletZap.sh
exit 1;
;;
ZEUS)
./97addMobileWalletZeus.sh
exit 1;
;;
echo"market://details?id=com.shango" > qr.txt
./XXdisplayQRlcd.sh
whiptail --title "Install Shango on your Android Phone"\
--yes-button "continue"\
--no-button "link as QR code"\
--yesno "At the moment this app is in public beta testing:\n\nhttps://play.google.com/apps/testing/com.shango"1060