That's not really true, hldsupdatetool.bin is a installer and extracts the file "steam". And a + before the ./ command?! Where the ... did you learned that?
A Linux command can (and must!) be executed like this : ./filename
If thats not working try :
chmod +x filename
first.
But it has to work like this :
[EMAIL PROTECTED]:~$ wget ftp://hlserver:[EMAIL PROTECTED]/linux/hldsupdatetool.bin
[EMAIL PROTECTED]:~$ chmod +x hldsupdatetool.bin
[EMAIL PROTECTED]:~$ ./hldsupdatetool.bin
Agree with the license
[EMAIL PROTECTED]:~$ ./steam -update cstrike hlds [EMAIL PROTECTED] xxxxx Y Checking bootstrapper version ... Getting version 10 of Steam HLDS Update Tool Downloading. . . . . . . . . . . Steam Linux Client updated, please retry the command
[EMAIL PROTECTED]:~$ ./steam -command update -game cstrike -dir hlds -username [EMAIL PROTECTED] -password xxxxx -remember_password Checking bootstrapper version ... Updating Installation Logging in as '[EMAIL PROTECTED]' No installation record found at hlds Checking/Installing 'Counter-Strike Base Content' version 15
As you can see, the second time we run the ./steam command I changed the syntax of the command, this is cause it HAS changed :P
R. Lucas
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

