Terraria: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Created page with "== Create a user for running Terraria == {{Root|useradd -m -s /bin/bash terraria}} Become the terraria user so that any file you download is owned by the correct user. {{Ro..."
 
Tgurr (talk | contribs)
No edit summary
Line 9: Line 9:
== Install the [[Steam]] command line interface ==
== Install the [[Steam]] command line interface ==


{{Command|mkdir ~/SteamCMD}}
{{Command|mkdir ~/steamcmd}}
{{Command|cd ~/SteamCMD}}
{{Command|cd ~/steamcmd}}
{{Command|wget http://media.steampowered.com/client/steamcmd_linux.tar.gz}}
{{Command|wget http://media.steampowered.com/client/steamcmd_linux.tar.gz}}
{{Command|tar -xf steamcmd_linux.tar.gz}}
{{Command|tar -xf steamcmd_linux.tar.gz}}

Revision as of 01:18, 10 September 2015

Create a user for running Terraria

# useradd -m -s /bin/bash terraria

Become the terraria user so that any file you download is owned by the correct user.

# su -l terraria

Install the Steam command line interface

$ mkdir ~/steamcmd
$ cd ~/steamcmd
$ wget http://media.steampowered.com/client/steamcmd_linux.tar.gz
$ tar -xf steamcmd_linux.tar.gz

Test Steam.

$ ./steamcmd.sh
$ Ctrl-c