update curl command

This commit is contained in:
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
```