(05 Dec 21, 10:40AM)Perl5 Wrote: Linux archive is a tarbomb :\
Repack it please
Hi, I do not know what distro your using. If you are having issues with tar compressed files. Then first install bzip2. I cannot comment too much on bloated Ubuntu. Not my cup of tea, I am afraid. But heyo here we go with simple answer to tarball. One day we may discover why linux is so diverse with zippy files. Idk
Redhat sudo yum install bzip2
Debian sudo apt-get install bzip2
Then : tar -xvf AssaultCube_v1.3.tar.bz2 -C /home/matrix (of course your own directory )
Hope this helps
bip2red