SRCDS Steam group


[Solved]Checking Bootstrapper Version...
#1
So I got my new VPS just a few mins ago and im trying to install Garry's Mod on it and it just gets stuck on Checking Bootstrapper Version...
Original Script
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
echo "Installing lib32gcc1 just incase it is missing"
apt-get install -y lib32gcc1
echo "Downloading HLDSupdatetool"
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin <<< "yes"
./steam
echo "Downloading CSS"
./steam -command update -game "Counter-Strike Source" -dir . -verify_all
echo "Downloading Garry's Mod"
./steam -command update -game garrysmod -dir . -verify_all
echo "Installed! Will continue with setup in 5 seconds."
sleep 5
echo "Copying CStrike folder to orangebox for CSS content."
cp -r ./css/cstrike ./orangebox
echo "Done!"
So do I have to type yes or does it just go ahead automatically.
Currently what its stuck at:
Code:
Enter 'yes' to accept this agreement, 'no' to decline: extracting steam.tar.Z...done
Checking bootstrapper version ...
yes
Should I wait longer (It's been 15 mins) or what should I do to fix it?
Pretty fly for a sys admin :p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)