17 lines
466 B
Bash
17 lines
466 B
Bash
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
|