Skip to content

Commit

Permalink
released version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 27, 2021
1 parent f7dccd3 commit a4ce717
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Download installer

`curl -L -o install.sh https://www.dropbox.com/s/ihzbfz6f5kkp6z8/install.sh?dl=1`
`curl -L -o install.sh https://www.dropbox.com/s/5ze0beswoeoxfxl/install.sh?dl=1`

### Install

Expand Down Expand Up @@ -129,4 +129,4 @@ Then just ssh into the raspberry pi from the computer
* `nameserver 8.8.8.8`
* `nameserver 8.8.4.4`
* Install ettl app
* Use the link from the beginning of this README file to download the installer
* Use the link from the beginning of this README file to download the installer
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.20.jar"
artif="expose-to-the-light_2.13-0.1.21.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/h9j7zyqc117hd7m/expose-to-the-light_2.13-0.1.20.jar?dl=1"
ettl_link="https://www.dropbox.com/s/bptm84ymm7anvwo/ettl?dl=1"
artifact="expose-to-the-light_2.13-0.1.20.jar"
artifact_link="https://www.dropbox.com/s/3q9as6iwpsd5qqe/expose-to-the-light_2.13-0.1.21.jar?dl=1"
ettl_link="https://www.dropbox.com/s/kn0lpocaujsnn1w/ettl?dl=1"
artifact="expose-to-the-light_2.13-0.1.21.jar"

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

0 comments on commit a4ce717

Please sign in to comment.