2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

Nice typo bro!

This commit is contained in:
NiLuJe 2015-04-27 02:21:28 +02:00
parent 2d07ec8a9d
commit 8661194b79

View File

@ -77,7 +77,7 @@ update_koreader()
# Install it! # Install it!
logmsg "Updating to KOReader ${koreader_pkg_ver} . . ." logmsg "Updating to KOReader ${koreader_pkg_ver} . . ."
if [ "${koreader_pkg_type}" == "tgz" ] ; then if [ "${koreader_pkg_type}" == "tgz" ] ; then
tar -C "/mnt/us" -xf "${found_koreader_package}" tar -C "/mnt/us" -xzf "${found_koreader_package}"
else else
unzip -q -o "${found_koreader_package}" -d "/mnt/us" unzip -q -o "${found_koreader_package}" -d "/mnt/us"
fi fi