2
2
Fork 0

update curl command

Dieser Commit ist enthalten in:
AJ ONeal 2020-01-18 02:18:08 +00:00
Ursprung 1196f1d389
Commit 3b6c4bbb7d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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