Skip to content

Commit

Permalink
Update vivek.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Mar 18, 2023
1 parent 9f6ff67 commit 47d8d2d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions vivek.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
#!/bin/bash
PS3="Welcome Vivek : "

select lng in Kali KALI_Root Termux Ubantu
select lng in Termux Ubantu
do
case $lng in
"Kali")
nh;;
"KALI_Root")
nh -r;;

"Termux")
exit ;;
"Ubantu")
bash ./start-ubuntu.sh;;
bash ./start-ubuntu20.sh;;
*)
echo "Ooops";;
esac
Expand Down

0 comments on commit 47d8d2d

Please sign in to comment.