update curl command

Este commit está contenido en:
AJ ONeal 2020-01-18 02:18:08 +00:00
padre 1196f1d389
commit 3b6c4bbb7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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