Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 637 Bytes

csgo

CS:GO DS install script targeted for Debian-like distributions.

Usage

You can automate installation process by using simple server installation script:

#!/bin/sh

SERVER_NAME="Your server name"
export STEAM_SERVER_TOKEN="....."
export RCONN_PASSWORD="your-rcon-password"
export SERVER_PASSWORD="your-server-password"
SERVER_DOMAIN='your-server-domain'
# I use Vultr VPSes, another cloud providers in the future.
export VULTR_API_KEY='....'
# I use DuckDNS to provide DNS, another providers in the future.
export DUCKDNS_KEY='....'


curl -sqL "https://raw.githubusercontent.com/sirtopp/csgo/master/isntall.sh" | bash