The correct installation path in your case is ~/tf2/orangebox/

cd ~/tf2

# run update function once in case we get a zero return value on 1st try:
game_update

## loop - we should keep doing this until we get a zero return
#
until [ $? -eq 0 ] ; do

        game_update
done

----------------------------------------------------

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to