From 0eef15bbe438f811ccbcb1049d26a9c193fda152 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 26 Jun 2015 15:53:58 +0200 Subject: [PATCH] fixed install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb845e..d63a35b 100644 --- a/README.md +++ b/README.md @@ -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`.