issues
search
kwent
/
syno
Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
http://kwent.github.io/syno
MIT License
319
stars
51
forks
source link
extract_spk.sh fixes
#49
Closed
weshouman
closed
4 years ago
weshouman
commented
4 years ago
Correct shebang.
Extract the downloaded spk file with correct options:
No
-z
for the uncompressed archives
-J
for
XZ
compressed archives
Fallback to the
-xf
which should work anyway on new versions of tar
kwent
commented
4 years ago
Thank you!
-z
for the uncompressed archives-J
forXZ
compressed archives-xf
which should work anyway on new versions of tar