diff options
author | Edu Garcia <28616+Arcnor@users.noreply.github.com> | 2021-02-02 11:03:28 +0000 |
---|---|---|
committer | eine <6628437+eine@users.noreply.github.com> | 2021-02-02 16:06:31 +0100 |
commit | 4bf59f00c609d06b814eee88440d0f200872bb9a (patch) | |
tree | 822d6845fbca37ca52434f836d6117ebc8a9256d /scripts | |
parent | 36e1e9d9bf74da200e17d46877b11bdb9c48a4d3 (diff) | |
download | ghdl-4bf59f00c609d06b814eee88440d0f200872bb9a.tar.gz ghdl-4bf59f00c609d06b814eee88440d0f200872bb9a.tar.bz2 ghdl-4bf59f00c609d06b814eee88440d0f200872bb9a.zip |
ci: make wget a bit less verbose when downloading gnat for macos
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/macosx/install-ada.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macosx/install-ada.sh b/scripts/macosx/install-ada.sh index afbdef51d..5eef612d6 100755 --- a/scripts/macosx/install-ada.sh +++ b/scripts/macosx/install-ada.sh @@ -15,7 +15,7 @@ if [ -d gnat ]; then fi # Download from community.adacore.com and extract -wget -O dmgfile https://community.download.adacore.com/v1/5a7801fc686e86de838cfaf7071170152d81254d?filename=gnat-community-2019-20190517-x86_64-darwin-bin.dmg +wget -q --show-progress --progress=bar:force:noscroll -O dmgfile https://community.download.adacore.com/v1/5a7801fc686e86de838cfaf7071170152d81254d?filename=gnat-community-2019-20190517-x86_64-darwin-bin.dmg 7z x dmgfile installer="gnat-community-2019-20190517-x86_64-darwin-bin/gnat-community-2019-20190517-x86_64-darwin-bin.app/Contents/MacOS/gnat-community-2019-20190517-x86_64-darwin-bin" |