Seite 1 von 1

openhabian-config fehlt nach Update auf openHAB 2.5.5

Verfasst: 6. Jun 2020 15:47
von scotty
Hallo Zusammen,

bei mir läuft das System auf einem Raspberry pi 3+ mit ssd. Nach dem letzten Update ist das o. g. Tool nicht mehr vorhanden. Weiß jemand, ob und wie ich es ggf. nachinstallieren kann? Falls ja, wäre eine Kurzbeschreibung wünschenswert.

Schöne Grüße

Re: openhabian-config fehlt nach Update auf openHAB 2.5.5

Verfasst: 6. Jun 2020 18:17
von KellerK1nd

Code: Alles auswählen

sudo git clone -b stable https://github.com/openhab/openhabian.git /opt/openhabian
und

Code: Alles auswählen

sudo ln -s /opt/openhabian/openhabian-setup.sh /usr/local/bin/openhabian-config

Re: openhabian-config fehlt nach Update auf openHAB 2.5.5

Verfasst: 6. Jun 2020 19:06
von scotty
Vielen Dank KellerK1nd. Genau das war es.