source: other-projects/hathitrust/vagrant-solr-cluster/trunk/packages/GET-PACKAGES.sh@ 30983

Last change on this file since 30983 was 30983, checked in by davidb, 7 years ago

Useful helper script

  • Property svn:executable set to *
File size: 289 bytes
Line 
1#!/bin/bash
2
3echo "***"
4echo "Zookeeper 3.4.9"
5echo "***"
6wget http://www-us.apache.org/dist/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz
7echo "***"
8echo ""
9
10echo "***"
11echo "Solr 6.2.1"
12echo "***"
13wget http://www-us.apache.org/dist/lucene/solr/6.2.1/solr-6.2.1.tgz
14echo "***"
15echo ""
Note: See TracBrowser for help on using the repository browser.