update curl command

このコミットが含まれているのは:
AJ ONeal 2020-01-18 02:18:08 +00:00
コミット 3b6c4bbb7d
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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
```