grand python rewrite + portable json system

This commit is contained in:
Patrick 2024-11-10 01:10:54 +01:00
parent c0f3491adc
commit de19951611
5 changed files with 163 additions and 214 deletions

View file

@ -0,0 +1,7 @@
{
"identifier": "noble-kubuntu-amd64",
"link": "https://cdimage.ubuntu.com/ubuntu-base/noble/daily/current/noble-base-amd64.tar.gz",
"download_name": "noble-base-amd64.tar.gz",
"packages": "grub-pc linux-image-generic kubuntu-desktop",
"script": "install.sh"
}

View file

@ -0,0 +1,7 @@
{
"identifier": "noble-server-amd64",
"link": "https://cdimage.ubuntu.com/ubuntu-base/noble/daily/current/noble-base-amd64.tar.gz",
"download_name": "noble-base-amd64.tar.gz",
"packages": "nginx grub-pc linux-image-generic",
"script": "install.sh"
}

View file

@ -0,0 +1,7 @@
{
"identifier": "noble-ubuntu-amd64",
"link": "https://cdimage.ubuntu.com/ubuntu-base/noble/daily/current/noble-base-amd64.tar.gz",
"download_name": "noble-base-amd64.tar.gz",
"packages": "grub-pc linux-image-generic ubuntu-desktop",
"script": "install.sh"
}