mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-13 03:37:05 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
|
#!/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 -
|