mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
Nice typo bro!
This commit is contained in:
parent
2d07ec8a9d
commit
8661194b79
@ -77,7 +77,7 @@ update_koreader()
|
||||
# Install it!
|
||||
logmsg "Updating to KOReader ${koreader_pkg_ver} . . ."
|
||||
if [ "${koreader_pkg_type}" == "tgz" ] ; then
|
||||
tar -C "/mnt/us" -xf "${found_koreader_package}"
|
||||
tar -C "/mnt/us" -xzf "${found_koreader_package}"
|
||||
else
|
||||
unzip -q -o "${found_koreader_package}" -d "/mnt/us"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user