grand python rewrite + portable json system
This commit is contained in:
parent
c0f3491adc
commit
de19951611
5 changed files with 163 additions and 214 deletions
7
configs/noble_kubuntu.json
Normal file
7
configs/noble_kubuntu.json
Normal 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"
|
||||
}
|
7
configs/noble_server.json
Normal file
7
configs/noble_server.json
Normal 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"
|
||||
}
|
7
configs/noble_ubuntu.json
Normal file
7
configs/noble_ubuntu.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue