I’ve moved so my openhab2 is not up to date.
Among other things the repository has moved and now I just can’t figure out how to get apt-get to work again.
I thought it would be as easy as
wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | sudo apt-key add -
and then
echo 'deb http://openhab.jfrog.io/openhab/openhab-linuxpkg unstable main' | sudo tee /etc/apt/sources.list.d/openhab2.list
followed by
sudo apt-get update
sudo apt-get upgrade
but that changes nothing
doing the same thing with
echo 'deb http://dl.bintray.com/openhab/apt-repo2 testing main' | sudo tee /etc/apt/sources.list.d/openhab2.list
gets me the 2.0.0.b5 Release Build
Does this have something to do with originally installing openhab2-offline?