Skip to content

Commit

Permalink
Merge branch 'main' into actions_colorutil
Browse files Browse the repository at this point in the history
  • Loading branch information
lolodomo committed Nov 19, 2023
2 parents 5a1a594 + b76f5e7 commit b2843d6
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 24 deletions.
2 changes: 1 addition & 1 deletion installation/synology.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can increase this in the future if you like.
root@openhab:/openhab# chown openhab:openhab /dev/ttyACM0
root@openhab:/openhab# chmod o+rw /dev/ttyACM0
```

To preserve the changes on container reboot see [Executing shell scripts before openHAB is started](https://github.com/openhab/openhab-docker#executing-shell-scripts-before-openhab-is-started) article.
:::

Expand Down
2 changes: 2 additions & 0 deletions installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Please be sure you have installed the required supporting applications as descri

### Set the `JAVA_HOME` System Environment Variable in Windows

Note: If you have installed Zulu Java 17 (highly recommended for OH 4.x) you may skip this step because the JAVA_HOME environment variable was created during installation.

- Navigate to: Control Panel ➡️ System and Security ➡️ System ➡️ Advanced System Settings ➡️ Environment Variables ➡️ System Variables
- Create a New System Variable named JAVA_HOME (or update the existing one) to match the installation directory of the Java Platform chosen and installed in the step [Prerequisites]({{base}}/installation/index.html#prerequisites).

Expand Down
183 changes: 160 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2843d6

Please sign in to comment.