updater: Fix typo

This commit is contained in:
remittor
2026-01-15 22:03:16 +03:00
parent 508e81b66c
commit 8abbd3fb5e

View File

@@ -487,7 +487,7 @@ if [ "$opt_update" != "" ]; then
fi
fi
if ! command -v unzip >/dev/null 2>&1; then
echo "ERROR: package \"upzip\" not installed!"
echo "ERROR: package \"unzip\" not installed!"
return 218
fi
unzip -q "$ZAP_PKG_FN" -d $ZAP_PKG_DIR