-
Notifications
You must be signed in to change notification settings - Fork 17
/
upgradetmp
29 lines (24 loc) · 1.42 KB
/
upgradetmp
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
#!/data/data/com.termux/files/usr/bin/bash
packages upgrade wget
hash -r
rm /data/data/com.termux/files/usr/share/wfdroid/master
wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/master
mv master /data/data/com.termux/files/usr/share/wfdroid/
chmod 775 /data/data/com.termux/files/usr/share/wfdroid/master
rm /data/data/com.termux/files/usr/share/wfdroid/loginfinder
wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/loginfinder
mv loginfinder /data/data/com.termux/files/usr/share/wfdroid/
chmod 775 /data/data/com.termux/files/usr/share/wfdroid/loginfinder
rm /data/data/com.termux/files/usr/share/wfdroid/sourcecode
wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/sourcecode
mv sourcecode /data/data/com.termux/files/usr/share/wfdroid/
chmod 775 /data/data/com.termux/files/usr/share/wfdroid/sourcecode
rm /data/data/com.termux/files/usr/share/wfdroid/webbrute
wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/webbrute
mv webbrute /data/data/com.termux/files/usr/share/wfdroid/
chmod 775 /data/data/com.termux/files/usr/share/wfdroid/webbrute
rm /data/data/com.termux/files/usr/share/wfdroid/update
wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/update
mv update /data/data/com.termux/files/usr/share/wfdroid/
chmod 775 /data/data/com.termux/files/usr/share/wfdroid/update
/data/data/com.termux/files/usr/share/wfdroid/update tmpdelete