mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-10 14:16:50 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")"/appmk
|
||
|
part0
|
||
|
base=https://download.calibre-ebook.com
|
||
|
LINK="$(curl "$base" | tail -n 1 | cut -d\" -f2)"
|
||
|
LINK="$(curl "$base/$LINK" | tail -n 1 | cut -d\" -f4)"
|
||
|
LINK="$base/$LINK$(curl "$base/$LINK" | tail -n 1 | cut -d\" -f18)"
|
||
|
unxz
|
||
|
appa
|
||
|
part9
|