Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ubuntu 20.04 LTS focal #1228

Open
favas0 opened this issue Dec 9, 2020 · 3 comments
Open

Support for ubuntu 20.04 LTS focal #1228

favas0 opened this issue Dec 9, 2020 · 3 comments

Comments

@favas0
Copy link

favas0 commented Dec 9, 2020

As the title suggests. is there an option to install ubuntu 20.04 focal ?

@tillifalcon
Copy link

tillifalcon commented Jan 25, 2021

The app itself doesn't have support for focal on its UI but you can actually update it directly through the command line itself,

do:

sudo apt install update-manager-core

sudo do-release-upgrade

if it tells you

Checking for a new Ubuntu release
There is no development version of an LTS available.
To upgrade to the latest non-LTS develoment release
set Prompt=normal in /etc/update-manager/release-upgrades.

Do sudo do-release-upgrade -d instead of sudo do-release-upgrade

Then keep pressing y on everything it asks you until it finishes the update

Once you restart the distro it'll still tell you you're running the old version but you're actually not and that's just the MOTD which you can edit using:

sudo nano /etc/motd (need to have nano obvs and you can just set it to whatever you want.)

Hope this helps!

@pierro78
Copy link

pierro78 commented Apr 22, 2021

great tip ! thanks !!

I just had to add

deb http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse

in /etc/apt/sources.list

for do-release-upgrade to work ;)

@isrgish
Copy link

isrgish commented Jul 22, 2021

There is another way to install any dist. when you start a new install. I tried this with the 21.04 (Hirsute) dist.

  1. Setup a new profile for ubuntu.
  2. Go to /data/data/ru.meefik.linuxdeploy/files/config there should be a file ending with .conf with the name of your new profile.
  3. Edit this file at about line 30 there is a line Suite="<name-of-current-selected-dist>" change it to `Suite="hirsute".
  4. Go to data/data/ru.meefik.linuxdeploy/files/include/bootstraps/debian/debootstraps/scripts copy the file bionic and name it hirsute.
  5. Now go bak to LinuxDeploy and reopen the new profile you made. (Note that the Distribution Suite is blank, this is OK). Install.

Let me know if you have any problems.

Isr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants