forked from TechnicalMujeeb/Termux-Lazyscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh
67 lines (58 loc) · 1.36 KB
/
setup.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#Termux-Lazyscript.This script is specially designed for termux beginner users..
clear
#---colors brother---
red='\033[1;91m'
green='\033[1;92m'
yellow='\033[1;93m'
blue='\033[1;94m'
purple='\033[1;95m'
cyan='\033[1;96m'
white='\033[1;97m'
echo "$green Updateing Termux...."
apt update && apt upgrade
echo ""
echo "$green Installing Termux-API...."
pkg install termux-api
echo ""
echo "$green Installing PHP...."
pkg install php
echo ""
echo "$green installing Curl....."
pkg install curl
echo ""
echo "$green installing Curl....."
pkg install hydra
apt install hydra
echo ""
echo "$green installing Python + requirements...."
pkg install python
pkg install python2
pip install requests
pip2 install requests
pip install colorama
pip2 install colorama
if [ -f /data/data/com.termux/files/usr/bin/lolcat ];
then
echo "$green lolcat installed !....Done"
else
echo "$red [!] lolcat not found !"
echo ""
echo "$cyan Installing lolcat"
pkg install ruby
gem install lolcat
echo "$green installation of lolcat ......DONE !"
fi
gem install lolcat
chmod +x *
cd core
git clone https://github.com/TechnicalMujeeb/Termux-speak.git
cd Termux-speak
chmod +x *
cd ..
cd ..
echo "$green installation Finished !"
echo ""
echo "$yellow Now Run ls.py with python2"
echo ""
echo "$cyan subscribe Technical Mujeeb YT channel for more tools."
echo ""