We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, The instructions on this page for the installs are incorrect:
https://v2.openhab.org/download/
These 2 lines:
sudo apt-get update && sudo apt-get install openhab sudo apt-get install openhab-addons
Should be changed to openhab2:
sudo apt-get update && sudo apt-get install openhab2 sudo apt-get install openhab2-addons
It will not work because you will be installing Zulu version 8 and then installing Openhab 3 instead of Openhab 2.
The pages for other operating systems are incorrect as well.
Thanks
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
That's why I deleated my comment, as it was the installation url, not the download url. Only saw it after my comment...
No branches or pull requests
Hi,
The instructions on this page for the installs are incorrect:
https://v2.openhab.org/download/
These 2 lines:
sudo apt-get update && sudo apt-get install openhab
sudo apt-get install openhab-addons
Should be changed to openhab2:
sudo apt-get update && sudo apt-get install openhab2
sudo apt-get install openhab2-addons
It will not work because you will be installing Zulu version 8 and then installing Openhab 3 instead of Openhab 2.
The pages for other operating systems are incorrect as well.
Thanks
The text was updated successfully, but these errors were encountered: