mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-10 00:46:30 +00:00
11 lines
263 B
Bash
Executable file
11 lines
263 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 | tr -d /)"
|
|
LINK="$base/$LINK/calibre-$LINK-$(uname -m).txz"
|
|
unxz
|
|
appa
|
|
part9
|