Decrease wget verbosity
This commit is contained in:
parent
5efa57713d
commit
a40292c672
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue