Updgrade from 1.7 to 1.8

Hi all,
I had Ubuntu 18 with Hestia 1.7.

I’ve updated Ubuntu to 20, but I still have Hestia 1.7.

How can I upgrade Hestia to 1.8 ?

apt update && apt upgrade

Thanx for a reply,
Did it already, nothing, still have 1.7.10 version

nano /etc/apt/sources.list.d/hestia

And make sure it reads focal and not bionic and make sure to remove the extra #

Als check the other files in the same folder

Usually they get disabled on dist upgrade

2 Likes

Thanx, it works!

I have a new latest version of Hestia,

FYI, just need to execute a few commands:

sed -i 's/bionic/focal/g' /etc/apt/*.list
sed -i 's/bionic/focal/g' /etc/apt/*/*.list

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.