Skip to content

Commit

Permalink
quiet unzip (fixes #130)
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Jan 24, 2022
1 parent 37ce413 commit c2b111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -53,7 +53,7 @@ download_archive() {
curl --connect-timeout 15 --retry 5 --progress-bar $archive_url >$archive_local

if [[ $archive_name == *zip ]]; then
unzip -o "$archive_local" -d "$HOME"
unzip -q -o "$archive_local" -d "$HOME"
shopt -s dotglob
mv ${HOME}/flutter/* "$2"
shopt -u dotglob
Expand Down

0 comments on commit c2b111d

Please sign in to comment.