mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
scripts: Use curl -f (--fail).
This makes curl exit with nonzero status on HTTP 4xx/5xx errors. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e373df88e0
commit
47897c76a2
@@ -20,7 +20,7 @@ with the following commands:
|
||||
|
||||
```
|
||||
cd $(mktemp -d)
|
||||
curl -LO https://www.zulip.org/dist/releases/zulip-server-latest.tar.gz
|
||||
curl -fLO https://www.zulip.org/dist/releases/zulip-server-latest.tar.gz
|
||||
tar -xf zulip-server-latest.tar.gz
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user