Nice typo bro!

pull/1504/head
NiLuJe 9 years ago
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…
Cancel
Save