mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-09 16:36:01 +00:00
11 lines
294 B
Bash
Executable file
11 lines
294 B
Bash
Executable file
#!/bin/sh
|
|
# shellcheck source=../appdwarf
|
|
SOURCE=1 . "$(which appdwarf)"
|
|
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
|
|
appmk
|