Skip to content

Commit

Permalink
Update githubInstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Nov 17, 2024
1 parent e67e27f commit e64e613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BridgeEmulator/githubInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ curl -sL https://github.com/diyhue/diyHueUI/releases/latest/download/DiyHueUI-re
#curl -sL https://github.com/hendriksen-mark/diyHueUI/releases/latest/download/DiyHueUI-release.zip -o diyHueUI.zip
unzip -qo diyHueUI.zip -d diyhueUI
rm diyHueUI.zip
cp -r diyhueUI/index.html /opt/hue-emulator/flaskUI/templates/
cp -r diyhueUI/static /opt/hue-emulator/flaskUI/
cp -r diyhueUI/dist/index.html /opt/hue-emulator/flaskUI/templates/
cp -r diyhueUI/dist/assets /opt/hue-emulator/flaskUI/
rm -r diyhueUI

curl -s $1/restart

0 comments on commit e64e613

Please sign in to comment.