Skip to content

Commit 47d8d2d

Browse files
authored
Update vivek.sh
1 parent 9f6ff67 commit 47d8d2d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

vivek.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
#!/bin/bash
22
PS3="Welcome Vivek : "
33

4-
select lng in Kali KALI_Root Termux Ubantu
4+
select lng in Termux Ubantu
55
do
66
case $lng in
7-
"Kali")
8-
nh;;
9-
"KALI_Root")
10-
nh -r;;
7+
118
"Termux")
129
exit ;;
1310
"Ubantu")
14-
bash ./start-ubuntu.sh;;
11+
bash ./start-ubuntu20.sh;;
1512
*)
1613
echo "Ooops";;
1714
esac

0 commit comments

Comments
 (0)