Ubuntu 22.04.1 installation problem

Hi I got a distro not supported.
I need to redeploy my system as a hw failure, and proceeded with the latest lts image from ubuntu.
For some reason (i think version info) blocks the installation is there any plans to follow the version on the install script?

Thanx

Thanks. We plan to release 22.04 this week right now it is in testing.

1 Like

Is there an update to the above time line?

Still working on it, hopefully I’ll have a package ready to test this week

Try this:

apt -y install gpg software-properties-common
wget -q https://dl.bluecherrydvr.com/key/bluecherry.asc -O- | sudo tee /etc/apt/trusted.gpg.d/bluecherry.asc
wget --output-document=/etc/apt/sources.list.d/bluecherry-jammy.list https://dl.bluecherrydvr.com/sources.list.d/bluecherry-jammy-unstable.list
add-apt-repository ppa:ondrej/php -y
apt -y update
apt -y install bluecherry
systemctl restart bluecherry

Installed without problem.

Hello, Is Ubuntu 22.04 / 22.10 now fully supported in production or is it still in testing and development?

Chad