Replace which zstd by which lz4 (forgotten)

Fixes #5. Thanks @chkgk!
This commit is contained in:
Rien Maertens 2020-03-18 16:19:12 +01:00
parent 51d608cbd5
commit 8ca1557e7b
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -37,7 +37,7 @@ fi
if [ -z "$compress" ]; then
echo "Your remarkable does not have lz4."
fallback_to_gzip
elif ! which zstd; then
elif ! which lz4; then
echo "Your host does not have lz4."
fallback_to_gzip
else