[root@localhost ~]# ./demo.run
Verifying archive integrity... 100% MD5 checksums are OK. All good.
Uncompressing demo_pkg ... Extraction failed.
100% ... Decompression failed.
Signal caught, cleaning up
[root@localhost ~]# ./demo.run --list
Target directory: test
./demo.bin: line 319: tar: command not found
... Extraction failed.
Terminated
It took me some time to check why extraction failed. If use --list, the failure turns out missing tar. This should be print when run package file.
It took me some time to check why extraction failed. If use
--list, the failure turns out missing tar. This should be print when run package file.