fixed netinstall command

This commit is contained in:
FezVrasta 2015-06-21 14:43:24 +02:00
parent e66624442f
commit dc82bc42fd

View File

@ -36,10 +36,10 @@ After these edits, you'll need to restart your bash session or reconnect to your
## Install ARK Server Tools ## Install ARK Server Tools
To install ARK Server Tools run these commands: To install ARK Server Tools run this command:
```sh ```sh
curl -s https://raw.githubusercontent.com/FezVrasta/ark-server-tools/master/netinstall.sh | bash -s steam curl -s https://raw.githubusercontent.com/FezVrasta/ark-server-tools/master/netinstall.sh | sudo bash -s steam
``` ```
NB: You may want to change the `bash -s` parameter to fit your steam user if different from `steam`. NB: You may want to change the `bash -s` parameter to fit your steam user if different from `steam`.