Skip to content

Commit

Permalink
released version 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Mar 26, 2021
1 parent 819bc12 commit 2486e08
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 @@ -3,7 +3,7 @@ expose-to-the-light-web client

## Install application
### Download installer
`curl -L -o install-web.sh https://www.dropbox.com/s/g67aop299hzs345/install-web.sh?dl=1`
`curl -L -o install-web.sh https://www.dropbox.com/s/85xhtq647bxe0kg/install-web.sh?dl=1`

### Install
* `chmod u+x install-web.sh`
Expand Down
2 changes: 1 addition & 1 deletion ettl-web
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -help
# ettl-web

artif="expose-to-the-light-web_2.13-0.1.19.jar"
artif="expose-to-the-light-web_2.13-0.1.20.jar"

echo "Starting application..."
java -jar "$artif" "$@"
6 changes: 3 additions & 3 deletions install-web.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/w8flhaahfr9eafh/expose-to-the-light-web_2.13-0.1.19.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/gsu74k9ra9u3wx9/ettl-web?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.19.jar"
artifact_link="https://www.dropbox.com/s/n64bbl4ldbcm7nb/expose-to-the-light-web_2.13-0.1.20.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/m70fs1aica01hnf/ettl-web?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.20.jar"

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

0 comments on commit 2486e08

Please sign in to comment.