commit e50127520f63c5e8ecb1720135f2d622f498488f Author: godot Date: Tue Oct 29 23:15:39 2024 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..cd3a85b --- /dev/null +++ b/install.sh @@ -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 - + + +