-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstall.sh
29 lines (28 loc) · 941 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
g="\033[1;32m"
r="\033[1;31m"
b="\033[1;34m"
w="\033[0m"
echo -e $b">>>"$w" developer: "$g"mishakorzhik"$w
echo -e $b">>>"$w" installing: "$g"qiq = v0.21"$w
cd
cd
apt install figlet
gem install lolcat
cd qiq
rm -rf README.md
rm -rf LICENSE
chmod +x *
cp qiq-help /data/data/com.termux/files/usr/bin/
cp qiq-version /data/data/com.termux/files/usr/bin/
cp qiq-author /data/data/com.termux/files/usr/bin/
cp qiq-install /data/data/com.termux/files/usr/bin/
cp qiq-remove /data/data/com.termux/files/usr/bin/
cp qiq-reinstall /data/data/com.termux/files/usr/bin/
cp qiq-update /data/data/com.termux/files/usr/bin/
cp delete-qiq /data/data/com.termux/files/usr/bin/
cp qiq-AllHackingTools /data/data/com.termux/files/usr/bin/
figlet -f big 'Done!!!' | lolcat -p 1.0
echo -e $b">>>"$w" run command to help qiq: "$g"qiq-help"$w
sleep 1
echo -e $b">>>"$w" Trank for installing!: "$g"qip"$w
echo -e $b">>>"$w" Bye bye! Have a nice day!: "$g"qip"$w