mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
stream line wallet select
This commit is contained in:
@@ -62,14 +62,13 @@ case $CHOICE in
|
||||
./XXdisplayLCD.sh /home/admin/assets/install_shango.jpg
|
||||
|
||||
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" 20 60
|
||||
--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." 10 60
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ $? -eq 1 ]; then
|
||||
/home/admin/XXdisplayQR.sh
|
||||
fi
|
||||
|
||||
shred qr.txt
|
||||
rm -f qr.txt
|
||||
/home/admin/XXdisplayQRlcd_hide.sh
|
||||
@@ -78,18 +77,16 @@ case $CHOICE in
|
||||
exit 1;
|
||||
;;
|
||||
SHANGO_ANDROID)
|
||||
#echo "https://play.google.com/apps/testing/com.shango" > qr.txt
|
||||
echo "market://details?id=com.shango" > qr.txt
|
||||
./XXdisplayQRlcd.sh
|
||||
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?" 20 60
|
||||
--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" 10 60
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ $? -eq 1 ]; then
|
||||
/home/admin/XXdisplayQR.sh
|
||||
fi
|
||||
|
||||
shred qr.txt
|
||||
rm -f qr.txt
|
||||
/home/admin/XXdisplayQRlcd_hide.sh
|
||||
|
Reference in New Issue
Block a user