aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/macosx/install-ada.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/macosx/install-ada.sh')
-rwxr-xr-xscripts/macosx/install-ada.sh2
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"