fixed install command

This commit is contained in:
FezVrasta 2015-06-26 15:53:58 +02:00
parent 30d143119d
commit 0eef15bbe4

View File

@ -44,7 +44,7 @@ NB: Change the ports according to the ones set in your `arkmanager.cfg` file.
To install ARK Server Tools run this command:
```sh
curl -s http://git.io/vtf5N | sudo bash -s steam
curl -sL http://git.io/vtf5N | sudo bash -s steam
```
NB: You may want to change the `bash -s` parameter to fit your steam user if different from `steam`.