From 3b6c4bbb7d07ece889c1ad8f9bb0a9dcd0a81388 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 18 Jan 2020 02:18:08 +0000 Subject: [PATCH] update curl command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26990d2..2b77209 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ see the instructions for building far down below. ## Downloads ``` -curl "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman +curl -fsSL "https://rootprojects.org/serviceman/dist/$(uname -s)/$(uname -m)/serviceman" -o serviceman chmod +x ./serviceman ```