mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-16 00:50:58 +01: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
|
||
|
|