mirror of https://github.com/jetkvm/kvm.git
fix(ui): Fix & Update Ubuntu 24.04 LTS ISO download URL to latest version (#197)
This commit is contained in:
parent
ba0c937e2a
commit
92aec30c8f
|
@ -531,7 +531,7 @@ function UrlView({
|
||||||
const popularImages = [
|
const popularImages = [
|
||||||
{
|
{
|
||||||
name: "Ubuntu 24.04 LTS",
|
name: "Ubuntu 24.04 LTS",
|
||||||
url: "https://releases.ubuntu.com/noble/ubuntu-24.04.1-desktop-amd64.iso",
|
url: "https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-desktop-amd64.iso",
|
||||||
icon: UbuntuIcon,
|
icon: UbuntuIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue