Skip to content

Commit

Permalink
changed default ubuntu download release to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gkovacs committed Jun 11, 2020
1 parent 063a781 commit 62fbbd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/unetbootin/distrover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ unetbootin::tr("<b>Homepage:</b> <a href=\"https://support.kaspersky.com/14229/\
"<b>Description:</b> Kaspersky Rescue Disk detects and removes malware from your Windows installation.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which malware scans can be launched.") <<
"10_Live" << "8_Live"));
distroselect->addItem("Kubuntu", (QStringList() << "18.04_Live_x64" <<
distroselect->addItem("Kubuntu", (QStringList() << "20.04_Live_x64" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"https://www.kubuntu.org/\">https://www.kubuntu.org</a><br/>"
"<b>Description:</b> Kubuntu is an official Ubuntu derivative featuring the KDE desktop.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") <<
Expand All @@ -139,7 +139,7 @@ unetbootin::tr("<b>Homepage:</b> <a href=\"https://linuxmint.com/\">https://linu
"<b>Description:</b> Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched.") <<
"19.2_Live" << "19.2_Live_x64"));
distroselect->addItem("Lubuntu", (QStringList() << "18.04_Live_x64" <<
distroselect->addItem("Lubuntu", (QStringList() << "20.04_Live_x64" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"https://www.lubuntu.net/\">https://www.lubuntu.net</a><br/>"
"<b>Description:</b> Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") <<
Expand Down Expand Up @@ -244,7 +244,7 @@ unetbootin::tr("<b>Description:</b> Super OS is an unofficial derivative of Ubun
// "<b>Description:</b> SystemRescueCD includes various partition management and data recovery and backup tools.<br/>"
// "<b>Install Notes:</b> SystemRescueCD is booted and run in live mode; no installation is required to use it.") <<
//"Latest_Live"));
distroselect->addItem("Ubuntu", (QStringList() << "18.04_Live_x64" <<
distroselect->addItem("Ubuntu", (QStringList() << "20.04_Live_x64" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"https://www.ubuntu.com/\">https://www.ubuntu.com</a><br/>"
"<b>Description:</b> Ubuntu is a user-friendly Debian-based distribution. It is currently the most popular Linux desktop distribution.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") <<
Expand All @@ -254,7 +254,7 @@ unetbootin::tr("<b>Homepage:</b> <a href=\"http://www.xpud.org/\">http://www.xpu
"<b>Description:</b> xPUD is a lightweight distribution featuring a simple kiosk-like interface with a web browser and media player.<br/>"
"<b>Install Notes:</b> The Live version loads the entire system into RAM and boots from memory.") <<
"Stable_Live" << "Unstable_Live"));
distroselect->addItem("Xubuntu", (QStringList() << "18.04_Live_x64" <<
distroselect->addItem("Xubuntu", (QStringList() << "20.04_Live_x64" <<
unetbootin::tr("<b>Homepage:</b> <a href=\"https://www.xubuntu.org/\">https://www.xubuntu.org</a><br/>"
"<b>Description:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE desktop.<br/>"
"<b>Install Notes:</b> The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for installation over FTP, and can install Kubuntu and other official Ubuntu derivatives. If you would like to use a pre-downloaded alternate (not desktop) install iso, use the HdMedia option, and then place the alternate install iso file on the root directory of your hard drive or USB drive") <<
Expand Down

0 comments on commit 62fbbd5

Please sign in to comment.