Open ubeaut opened 3 years ago
What URL is this from?
The url I am referring to is: https://v2.openhab.org/download/ Which looks like this: [image: image.png]
On Tue, 29 Jun 2021 at 19:24, Hans-Jörg Merk @.***> wrote:
Hm, for me this looks ok: [image: image] https://user-images.githubusercontent.com/5521736/123772971-91719480-d8cc-11eb-9489-36f2c864f071.png
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openhab/website/issues/301#issuecomment-870432223, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2KTDICS26NBNAARX4TG7TTVGGOPANCNFSM47OELVJQ .
-- ¯_(ツ)_/¯
That's why I deleated my comment, as it was the installation url, not the download url. Only saw it after my comment...
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