mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-15 08:31:00 +01:00
8 lines
192 B
Bash
8 lines
192 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
|
|
|