Skip to content

Commit

Permalink
released version 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 25, 2021
1 parent 67a68c8 commit 8ecc318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion ettl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ecc318

Please sign in to comment.