-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.sh
39 lines (35 loc) · 1008 Bytes
/
install.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
#!/data/data/com.termux/files/usr/bin/bash
#Downloading the req dependencies to run a script without error
#################################
# Project : T-Megapackage #
# author : Nitro #
#################################
clear
#updating terminal
echo
echo -e "\e[32m[\e[34m*\e[32m]\e[36m Installing T-Mega \e[m "
echo
apt-get update -yq --silent
apt-get upgrade -y
apt-get install python -y
apt-get install ruby -y
pip install install lolcat
gem install lolcat
pkg install ncurses-utils -y
cp -R m-pkg /data/data/com.termux/files/usr/bin
echo
echo -en "\e[92m Do you wish to see a practical video on it (y/n)? \e[m "
read answer
if [ "$answer" != "${answer#[Yy]}" ] ;then
am start -a android.intent.action.VIEW -d https://www.youtube.com/channel/UCv80Btv_4kn_9b-GVgPIwMg >> /dev/null 2>&1
else
echo
fi
echo
echo -e "\e[33m Run \e[32m m-pkg \e[33m From anywhere to install megapackages tools \e[m "
echo
cd $HOME
rm -rf Termux-Megapackage
echo
cd $HOME
exec bash