-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathset.sh
62 lines (62 loc) · 786 Bytes
/
set.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
cpp() {
cp -f tu /bin
chmod 777 /bin/tu
sudo rm /bin/tu
sudo cp tu /bin
sudo chmod 777 /bin/tu
cp tu $PREFIX/bin
chmod 777 $PREFIX/bin/tu
}
mtt() {
cd /
if [ -e setup ];then
cd /set*
cp con* tok* /maruf
cp tu y* /bin
cp ul ~
chmod 777 /bin/dow* /bin/tu /bin/y* /bin/ran* /bin/ul
else
echo not found
exit
fi
}
dl() {
cd ~
wget -O tu https://gist.githubusercontent.com/rooted-cyber/05ca0b015cdbdb3ac87bb9cdaed3da75/raw/tu
cpp > /dev/null 2>&1
}
fol() {
cd ~/.abc
}
msg() {
echo -e "\033[1;92m"
echo -e "$@" >&2
}
cpost() {
fol
dpkg -i *os* || sudo dpkg -i *os*
}
teos() {
fol
mkdir ~/.termux
cp font* termux* ~/.termux
dpkg -i *termux*deb
}
fot() {
cd /bin
if [ -e apt ];then
msg os found !!!
cpost
dl
echo
echo
else
msg Termux found !!!
echo
teos
dl
fi
}
termux-setup-storage -y
fot
mtt