Skip to content

Instantly share code, notes, and snippets.

@webcamleif
webcamleif / gist:a604e075a6601de42599aa25029245eb
Created April 4, 2025 08:42
matchyz installation script
#!/bin/bash
# You need to have docker installed
# Default values for the variables
defaultSteamCMDPath="./steamcmd"
defaultServerFilesPath="./cs2"
defaultGameId="730" # Default CS2's Steam game ID
defaultSteamUsername=""
defaultSteamPassword=""
defaultGameParams="-dedicated -dev +map de_inferno +game_type 0 +game_mode 1 -usercon"