mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
7 lines
No EOL
183 B
Bash
Executable file
7 lines
No EOL
183 B
Bash
Executable file
#!/bin/bash
|
|
|
|
apt install -y lib32gcc1 jq
|
|
|
|
mkdir -p /usr/games/steam
|
|
cd /usr/games/steam
|
|
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - |