lsinitrd.sh: fixed zstd file signature

master
Harald Hoyer 2018-03-15 09:56:18 +01:00
parent f8c24964cd
commit ebfd53e1d9
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ case $bin in
$'\x89'LZO$'\0'*)
CAT="lzop -d -c"
;;
$'0xFD2FB528'*)
$'\x28\xB5\x2F\xFD'*)
CAT="zstd -d -c"
;;
*)