diff --git a/Vagrantfile b/Vagrantfile index 7f95e4839..69fac298f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -65,7 +65,7 @@ SOLR_TAR="solr-$SOLR_VERSION.tgz" if test ! -f "$SOLR_TAR"; then SOLR_URL="https://www.apache.org/dyn/closer.lua/solr/solr/$SOLR_VERSION/$SOLR_TAR?action=download" echo "Getting: $SOLR_URL" - wget -q --show-progress --progress=bar:force $SOLR_URL + wget -q --show-progress --progress=bar:force $SOLR_URL -O $SOLR_TAR fi tar xfz "$SOLR_TAR" -C /home/vagrant cd /home/vagrant/solr-$SOLR_VERSION