mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-04 19:27:30 +00:00
mkcalibre: get architecture better
This commit is contained in:
parent
dbcf537960
commit
4a82495225
|
@ -3,8 +3,8 @@
|
|||
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)"
|
||||
LINK="$(curl "$base/$LINK" | tail -n 1 | cut -d\" -f4 | tr -d /)"
|
||||
LINK="$base/$LINK/calibre-$LINK-$(uname -m).txz"
|
||||
unxz
|
||||
appa
|
||||
part9
|
||||
|
|
Loading…
Reference in a new issue