Skip to content

Commit

Permalink
Merge branch 'release-v4.3.1' of github.com:OLSF/libra into release-v…
Browse files Browse the repository at this point in the history
…4.3.1
  • Loading branch information
0o-de-lally committed May 18, 2021
2 parents 6f0206c + 03505b9 commit 0d34f71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ol/util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ for b in $DOWNLOAD_URLS ; do \
chmod 755 /usr/local/bin/$(echo $b | rev | cut -d"/" -f1 | rev) ;\
done

mv /usr/local/bin/ol /usr/local/bin/ol
mkdir ~/.0L/
mv /usr/local/bin/web-monitor.zip ~/.0L/web-monitor.zip
unzip ~/.0L/web-monitor.zip

0 comments on commit 0d34f71

Please sign in to comment.