mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
9 lines
246 B
Bash
Executable file
9 lines
246 B
Bash
Executable file
#!/bin/bash
|
|
|
|
apt install -y lib32gcc1 lib32stdc++6 lib32tinfo5 lib32ncurses5 libcurl3-gnutls:i386 jq
|
|
|
|
mkdir -p /usr/games/steam
|
|
|
|
URL="http://media.steampowered.com/client/steamcmd_linux.tar.gz"
|
|
|
|
cd /usr/games/steam && curl -sqL $URL | tar zxvf -
|