release v1.6, OpenRefine development snapshot October 26, 2017
This commit is contained in:
parent
c278c9edfc
commit
73321b3c03
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
# openrefine-batch.sh, Felix Lohmeier, v1.5, 2017-10-26
|
||||
# openrefine-batch.sh, Felix Lohmeier, v1.6, 2017-10-26
|
||||
# https://github.com/felixlohmeier/openrefine-batch
|
||||
|
||||
# declare download URLs for OpenRefine and OpenRefine client
|
||||
openrefine_URL="https://github.com/felixlohmeier/OpenRefine/releases/download/2017-10-26%2Bpr1290/openrefine-linux-2017-10-26-pr1290.tar.gz"
|
||||
client_URL="https://github.com/felixlohmeier/openrefine-client/releases/download/v0.3.1/openrefine-client_0-3-1_linux-64bit"
|
||||
openrefine_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-linux-2017-10-26.tar.gz"
|
||||
client_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-client_0-3-1_linux-64bit"
|
||||
|
||||
# check system requirements
|
||||
JAVA="$(which java 2> /dev/null)"
|
||||
|
|
Loading…
Reference in New Issue