Skip to content

Commit

Permalink
edit install script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcircuitbreaker committed Sep 15, 2020
1 parent bfcc3a8 commit 33ce318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rupeeevolutionqtubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
TEMP=/tmp/answer$$
whiptail --title "Rupee Evolution [RUPEE]" --menu "Ubuntu 16.04/18.04 QT Wallet :" 20 0 0 1 "Compile Rupee Evolution QT Ubuntu 16.04" 2 "Update Rupee Evolution QT 16.04 to v3.4 latest" 3 "Compile Rupee Evolution QT Ubuntu 18.04" 4 "Update Rupee Evolution QT 18.04 to v3.4 latest" 2>$TEMP
whiptail --title "Rupee Evolution [RUPEE]" --menu "Ubuntu 16.04/18.04 QT Wallet :" 20 0 0 1 "Compile Rupee Evolution QT Ubuntu 16.04" 2 "Update Rupee Evolution QT 16.04 to latest" 3 "Compile Rupee Evolution QT Ubuntu 18.04" 4 "Update Rupee Evolution QT 18.04 to latest" 2>$TEMP
choice=`cat $TEMP`
case $choice in
1) echo 1 "Compiling Rupee Evolution QT Ubuntu 16.04"
Expand Down

0 comments on commit 33ce318

Please sign in to comment.