Skip to content

Commit 33ce318

Browse files
edit install script
1 parent bfcc3a8 commit 33ce318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rupeeevolutionqtubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
TEMP=/tmp/answer$$
3-
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
3+
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
44
choice=`cat $TEMP`
55
case $choice in
66
1) echo 1 "Compiling Rupee Evolution QT Ubuntu 16.04"

0 commit comments

Comments
 (0)