Decrease wget verbosity

This commit is contained in:
Dennis ten Hoove 2023-12-23 07:36:59 +01:00
parent 5efa57713d
commit a40292c672

2
arkdep
View file

@ -419,7 +419,7 @@ deploy () {
# Download the tarball if not yet downloaded # Download the tarball if not yet downloaded
if [[ ! -e $arkdep_dir/cache/${data[0]}.tar.${data[1]} ]]; then if [[ ! -e $arkdep_dir/cache/${data[0]}.tar.${data[1]} ]]; then
wget -P $(readlink -m $arkdep_dir/cache/) "$repo_url/$deploy_target/${data[0]}.tar.${data[1]}" || wget -q --show-progress -P $(readlink -m $arkdep_dir/cache/) "$repo_url/$deploy_target/${data[0]}.tar.${data[1]}" ||
cleanup_and_quit 'Failed to download tarball' cleanup_and_quit 'Failed to download tarball'
fi fi