-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinstall.sh
More file actions
33 lines (32 loc) · 906 Bytes
/
install.sh
File metadata and controls
33 lines (32 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh
clear
echo "$(tput setaf 5) Subscribe < Technical Mujeeb YT channel For more Termux videos "
echo " "
echo "$(tput setaf 3) Installing NMAP......."
echo " "
apt-get install nmap
echo " "
echo "$(tput setaf 6)Installing FIGLET......."
echo " "
apt-get install figlet
echo " "
echo "$(tput setaf 10) Installing COWSAY......."
echo " "
apt-get install cowsay
echo ""
echo "$(tput setaf 14)INSTALLING DONE ^^ "
echo " "
echo "$(tput sgr 0) Now Sudo[root] installing.... "
git clone https://github.com/st42/termux-sudo
cd termux-sudo
echo "$(tput setaf 6) installing NCURSES_UTILS "
apt-get install ncurses-utils
cat sudo > /data/data/com.termux/files/usr/bin/sudo
chmod 700 /data/data/com.termux/files/usr/bin/sudo
cd ..
echo ""
echo " FOR USAGE [ $ sudo su ]"
echo ""
figlet -f small DONE!
echo "$(tput setaf 10) installation Succesful [DONE!]"
echo "$(tput setaf 3) Subscribe Technical Mujeeb.."