Skip to content

Commit

Permalink
released version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 20, 2021
1 parent efc0bda commit f9792e9
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 on Raspberry Pi
### Download install script
`curl -L -o install.sh https://www.dropbox.com/s/4utn0w6rpw8dls1/install.sh?dl=1`
`curl -L -o install.sh https://www.dropbox.com/s/c1mm6l07hfo2kdd/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 /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.13.jar"
artif="expose-to-the-light_2.13-0.1.14.jar"
vm_options="-Djna.library.path="
export LOG_LOCATION=$1
export JDK_JAVA_OPTIONS=$vm_options
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/6v5vne7lz34f5v8/expose-to-the-light_2.13-0.1.13.jar?dl=1"
ettl_link="https://www.dropbox.com/s/koksfe859s0zer3/ettl?dl=1"
artifact="expose-to-the-light_2.13-0.1.13.jar"
artifact_link="https://www.dropbox.com/s/96cjwnzka5ssxdh/expose-to-the-light_2.13-0.1.14.jar?dl=1"
ettl_link="https://www.dropbox.com/s/pky3wncli9lamuy/ettl?dl=1"
artifact="expose-to-the-light_2.13-0.1.14.jar"

echo "Creating app folder at /usr/local/opt/ettl"
sudo mkdir -p /usr/local/opt/ettl
Expand Down

0 comments on commit f9792e9

Please sign in to comment.