From dc82bc42fd9ed6f5a5aaa3c2f43ba862b210101b Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 21 Jun 2015 14:43:24 +0200 Subject: [PATCH] fixed netinstall command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abc1729..e2b4042 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ After these edits, you'll need to restart your bash session or reconnect to your ## Install ARK Server Tools -To install ARK Server Tools run these commands: +To install ARK Server Tools run this command: ```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`.