chore(script): silent download rebar3
This commit is contained in:
parent
305142f991
commit
00966d0114
|
@ -10,7 +10,7 @@ cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")/.."
|
|||
DOWNLOAD_URL='https://github.com/emqx/rebar3/releases/download'
|
||||
|
||||
download() {
|
||||
curl -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
|
||||
curl --silent --show-error -f -L "${DOWNLOAD_URL}/${VERSION}/rebar3" -o ./rebar3
|
||||
}
|
||||
|
||||
# get the version number from the second line of the escript
|
||||
|
|
Loading…
Reference in New Issue