diff --git a/README.md b/README.md index c9f16c7..130e5ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Install application ### Download installer -`curl -L -o install.sh https://www.dropbox.com/s/edtm7wnh02gsuvt/install.sh?dl=1` +`curl -L -o install.sh https://www.dropbox.com/s/jf4rz8e12lh3uvv/install.sh?dl=1` ### Install * `chmod u+x install.sh` diff --git a/ettl b/ettl index e270b51..e82ebc9 100755 --- a/ettl +++ b/ettl @@ -3,7 +3,7 @@ # -help # ettl INFO /home/pi/dev/expose-to-the-light/logs/ --imagesBasePath /home/pi/dev/expose-to-the-light/captured-images/ --setSettings --numberOfCaptures 5 --intervalSeconds 5 --rawFileExtension CR2 -artif="expose-to-the-light_2.13-0.1.17.jar" +artif="expose-to-the-light_2.13-0.1.18.jar" vm_options="-Djna.library.path=" export LOG_LEVEL=$1 export LOG_LOCATION=$2 diff --git a/install.sh b/install.sh index 9210d9c..c807b39 100755 --- a/install.sh +++ b/install.sh @@ -9,9 +9,9 @@ replace_string() { sed -i '' -e "s/$placeholder/$ESCAPED_REPLACE/" "$file_name" } -artifact_link="https://www.dropbox.com/s/p56ec5f64177yg2/expose-to-the-light_2.13-0.1.17.jar?dl=1" -ettl_link="https://www.dropbox.com/s/936qbu1kvwtlpld/ettl?dl=1" -artifact="expose-to-the-light_2.13-0.1.17.jar" +artifact_link="https://www.dropbox.com/s/9eoe6i696aiwc14/expose-to-the-light_2.13-0.1.18.jar?dl=1" +ettl_link="https://www.dropbox.com/s/7f74juofs1jtmai/ettl?dl=1" +artifact="expose-to-the-light_2.13-0.1.18.jar" echo "Creating app folder at /usr/local/opt/ettl" sudo mkdir -p /usr/local/opt/ettl