SRCDS Steam group


[Solved]hldsupdatetool.bin saving as âhldsupdatetool.binâ
#1
my install.sh is:
Code:
#!/bin/bash
echo "Garry's Mod Installer"
echo "A screen may ask you to agree, just type yes when this happens!"
echo "Starting in five seconds!"
sleep 5
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
./steam
./steam -command update -game garrysmod -dir . -verify_all
./steam -command update -game "Counter-Strike Source" -dir . -verify_all
./steam -command update -game garrysmod -dir . -verify_all
echo "Installed! Any problems should have been reported!"
It sais its saving as âhldsupdatetool.binâ but in WinSCP it sais it's just hldsupdatetool.bin and the rest of the installation cant continue because hldsupdatetool.bin is apparently not there. I've tryed serpretly using:
Code:
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.sh
And it still saves as âhldsupdatetool.binâ
and then taking a few lines out of the install.sh so its like this:
Code:
#!/bin/bash
echo "Garry's Mod Installer"
echo "A screen may ask you to agree, just type yes when this happens!"
echo "Starting in five seconds!"
sleep 5
./hldsupdatetool.bin
./steam
./steam -command update -game tf -dir . -verify_all
./steam -command update -game garrysmod -dir . -verify_all
./steam -command update -game "Counter-Strike Source" -dir . -verify_all
./steam -command update -game garrysmod -dir . -verify_all
echo "Installed! Any problems should have been reported!"
Because hldsupdatetool.sh was already there but it still didnt work
ive tryed renaming it to hldsupdatetool.bin but I don't think thats the issue because after downloading âhldsupdatetool.binâ it shows up without the â at the start and end.
Pretty fly for a sys admin :p
Reply
#2
Forgot to use: apt-get install -y lib32gcc1
Still saves as âhldsupdatetool.binâ but its readable now.
Pretty fly for a sys admin :p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)