init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Set ev
|
||||
|
||||
# If possible use another account than the one you play with because you can't play on the same account with 2 different pc and the server count as one
|
||||
|
||||
id = your_pseudo_steam
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
apt install software-properties-common
|
||||
add-apt-repository multiverse
|
||||
dpkg --add-architecture i386
|
||||
apt update
|
||||
apt install steamcmd
|
||||
useradd -m steam
|
||||
passwd steam
|
||||
sudo -u steam -s
|
||||
cd /home/steam
|
||||
mkdir Steam
|
||||
force_install_dir /home/steam/Steam
|
||||
login $id
|
||||
app_update 730 validate
|
||||
mkdir /home/steam/.steam/sdk64
|
||||
ln -s /home/steam/.steam/steam/steamcmd/linux64/steamclient.so /home/steam/.steam/sdk64/
|
||||
./home/steam/Steam/game/bin/linuxsteamrt64/cs2 -dedicated +map de_dust2
|
||||
Reference in New Issue
Block a user