uncompressing .bin files
Im trying to install a game server on my linux machine, but when I try to uncompress a bin file with the following command./hldsupdatetool.bin
it tells me sh: uncompress: command not found
What do I need installed to make this work?
I also tried:
-s /bin/gunzip /bin/uncompress && ./hldsupdatetool.bin
which gave me
-s: command not found
