Skip to content

Commit

Permalink
released version 0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
szigyi committed Apr 5, 2021
1 parent 87450e0 commit 4efd727
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ expose-to-the-light-web client

### Download installer

`curl -L -o install-web.sh https://www.dropbox.com/s/bkefz68je1s7ww6/install-web.sh?dl=1`
`curl -L -o install-web.sh https://www.dropbox.com/s/90oj77fsuvydsx3/install-web.sh?dl=1`

### Install

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 INFO

artif="expose-to-the-light-web_2.13-0.1.32.jar"
artif="expose-to-the-light-web_2.13-0.1.33.jar"
export LOG_LEVEL=$1

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

artifact_link="https://www.dropbox.com/s/uayfpejnznrc18c/expose-to-the-light-web_2.13-0.1.32.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/ek1rr1n9lpmpgih/ettl-web?dl=1"
service_link="https://www.dropbox.com/s/sr1vnuygf77c85r/ettl-web.service?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.32.jar"
artifact_link="https://www.dropbox.com/s/0hl3nf0fh9omhcn/expose-to-the-light-web_2.13-0.1.33.jar?dl=1"
ettl_web_link="https://www.dropbox.com/s/td82dd7iyalbb9h/ettl-web?dl=1"
service_link="https://www.dropbox.com/s/94xbkporww0nhpv/ettl-web.service?dl=1"
artifact="expose-to-the-light-web_2.13-0.1.33.jar"

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

0 comments on commit 4efd727

Please sign in to comment.