mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
Updating SteamCMD URL and updating installed dependencies
This commit is contained in:
parent
97a49c3dda
commit
6e3e15ac8c
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt install -y lib32gcc1 jq
|
||||
apt install -y lib32gcc1 lib32stdc++6 lib32tinfo5 lib32ncurses5 libcurl3-gnutls:i386 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 -
|
||||
|
||||
URL="http://media.steampowered.com/client/steamcmd_linux.tar.gz"
|
||||
|
||||
cd /usr/games/steam && curl -sqL $URL | tar zxvf -
|
||||
|
|
Loading…
Reference in a new issue