From 4bf59f00c609d06b814eee88440d0f200872bb9a Mon Sep 17 00:00:00 2001 From: Edu Garcia <28616+Arcnor@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:03:28 +0000 Subject: ci: make wget a bit less verbose when downloading gnat for macos --- scripts/macosx/install-ada.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/macosx') 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" -- cgit v1.2.3