mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
8 lines
191 B
Bash
8 lines
191 B
Bash
|
apt update
|
||
|
apt upgrade
|
||
|
apt install axel
|
||
|
(cat /sdcard/uweb/default.longclick;cat<<HERE )|awk '!s[$0]++'>a.tmp;mv a.tmp /sdcard/uweb/default.longclick
|
||
|
axel:cd /sdcard/Download;axel -n 9
|
||
|
HERE
|
||
|
|