mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 15:49:42 -04:00
update linux compression command to use xz compressino
This commit is contained in:
@@ -19,7 +19,7 @@ const getTarArgs = () => {
|
||||
}
|
||||
|
||||
if (isLinux()) {
|
||||
return ['-zxf', `inso-linux-${version}.tar.xz`];
|
||||
return ['-cJf', `inso-linux-${version}.tar.xz`];
|
||||
}
|
||||
|
||||
if (isWindows()) {
|
||||
|
||||
Reference in New Issue
Block a user