Skip to content

Commit

Permalink
released version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 20, 2021
1 parent c0394db commit 6aebd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/46qr79y746dw6vf/install.sh?dl=1`
`curl -L -o install.sh https://www.dropbox.com/s/2nx6m6y26qbzklj/install.sh?dl=1`

### Install
`./install.sh`
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace_string() {
sed -i '' -e "s/$placeholder/$ESCAPED_REPLACE/" "$file_name"
}

artifact_link="https://www.dropbox.com/s/4scetka9x040jtp/expose-to-the-light_2.13-0.1.11.jar?dl=1"
ettl_link="https://www.dropbox.com/s/ocwg664en5bb0ie/ettl?dl=1"
artifact_link="https://www.dropbox.com/s/2pkj4ahou5gs4bv/expose-to-the-light_2.13-0.1.11.jar?dl=1"
ettl_link="https://www.dropbox.com/s/oeuwrwmrrgw7fzz/ettl?dl=1"
artifact="expose-to-the-light_2.13-0.1.11.jar"

echo "Creating app folder at /usr/local/opt/ettl"
Expand Down

0 comments on commit 6aebd81

Please sign in to comment.