mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-09 21:56:52 +00:00
11 lines
272 B
Bash
Executable file
11 lines
272 B
Bash
Executable file
#!/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
|