diff options
Diffstat (limited to 'scripts/macosx')
-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" |