SRCDS Steam group


[Resolved] Install problem
#1
Hi all.

I'm trying to install a source server.
I'm flowing this staps:
mkdir srcds_l
cd srcds_l
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin

Now I get: Enter 'yes' to accept this agreement, 'no' to decline: yes
sh: uncompress: command not found
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors


What to do ? Sad
Reply
#2
Run

Code:
ln -s /bin/gunzip /bin/uncompress

and again ./hldsupdatetool.bin
Reply
#3
Got it Thanks!
Reply
#4
Also depending on the distro (centos/fedora) you can use

Code:
yum install ncompress
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)