16 lines
394 B
Bash
16 lines
394 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/
|