echo "[Step 1/7] Installing CS:GO dedicated server files (app 740)..." $STEAMCMD +force_install_dir "$INSTALL_DIR" +login anonymous +app_update 740 validate +quit ...
Just wanted too share a quick script to update multiple CS:GO servers on linux since it took me a while to find one and eventually I made my own. Create a .sh file with the following code inside: ...