-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall-Termux-2.sh
41 lines (40 loc) · 961 Bytes
/
install-Termux-2.sh
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
34
35
36
37
38
39
40
41
#!bin/bash
green='\e[1;32m'
cyan='\e[1;36m'
red='\e[0;31m'
blue='\e[1;34m'
white='\e[1;37m'
yellow='\e[1;33m'
clear
figlet -f big " Install Team-Termux2 "
echo ""
echo -e "$white[$red 2 $white] $blue TermuX \n"
echo -e $white
read -p "[ Tool@Mahmoud / Install ]~# " ins
if [ "$ins" = "2" ];then
apt update && apt upgrade
chmod 700 Team-Termux2.sh
pkg install python -y
pkg install python2 -y
pkg install python3 -y
pkg install figlet -y
pkg install wget -y
pkg install toilet -y
pkg install lolcat -y
pkg install tor -y
pkg install nmap -y
apt install apache2 -y
pkg install curl -y
apt install ruby -y
apt install php -y
apt install cowsay -y
pip install --upgrade pip
mv model .model
cd .model
chmod +x *
mv .mahmoud /data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
cd ..
termux-setup-storage
pip install urllib2
mkdir /sdcard/TeamTermux
echo -e -n " Enter go to menu Team-Termux2 " ;read Enter