first commit
This commit is contained in:
commit
e50127520f
22
install.sh
Executable file
22
install.sh
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!bin/bash
|
||||||
|
|
||||||
|
useradd -m steam
|
||||||
|
passwd steam
|
||||||
|
|
||||||
|
sudo -u steam -s
|
||||||
|
cd /home/steam
|
||||||
|
|
||||||
|
sed -i 's/^Components: main$/& contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
|
||||||
|
|
||||||
|
apt update
|
||||||
|
|
||||||
|
sudo apt-get install lib32gcc-s1
|
||||||
|
|
||||||
|
su - steam
|
||||||
|
|
||||||
|
mkdir ~/Steam && cd ~/Steam
|
||||||
|
|
||||||
|
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user