first commit

This commit is contained in:
godot 2024-10-29 23:15:39 +01:00
commit e50127520f
2 changed files with 22 additions and 0 deletions

0
README.md Normal file
View File

22
install.sh Executable file
View 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 -