-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtermux-keys.sh
More file actions
executable file
·44 lines (39 loc) · 1.24 KB
/
termux-keys.sh
File metadata and controls
executable file
·44 lines (39 loc) · 1.24 KB
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
#!/bin/bash
#Installing the requirements files
pkg update -y
pkg upgrade -y
pkg install python -y
apt-get install ruby -y
pip install lolcat
gem install lolcat
apt-get install ncurses-utils -yq --silent
clear
# video tutorial
video_tutorial() {
echo
echo
echo
echo -en "\e[96m>>\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://youtu.be/MLqdeKat5DU > /dev/null 2>&1
else
echo
fi
echo
clear
}
video_tutorial
sleep 4
echo " "
echo " "
echo " < ━━━━━━━━━━━━ [★] CREATED BY ASHISH [★] ━━━━━━━━━━━━ > " |lolcat
echo " "
echo "
▀█▀ █▀▀ █▀█ █▀▄▀█ █ █ ▀▄▀ ▄▄ █▄▀ █▀▀ █▄█ █▀
█ ██▄ █▀▄ █ ▀ █ █▄█ █ █ █ █ ██▄ █ ▄█ " |lolcat
echo " "
echo " "
echo " < ━━━━━━━━━━━━━ [★] BHAVIK TUTORIALS [★] ━━━━━━━━━━━━ > " |lolcat
#Installing Termux-keys
./key