update curl command

这个提交包含在:
AJ ONeal 2020-01-18 02:18:08 +00:00
父节点 1196f1d389
当前提交 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
```