diff --git a/configs/debian/bookworm_gnome.json b/configs/debian/bookworm_gnome.json index 42e041f..d0dc34b 100644 --- a/configs/debian/bookworm_gnome.json +++ b/configs/debian/bookworm_gnome.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/debian/bookworm_kde.json b/configs/debian/bookworm_kde.json index 48c9f2f..6a45512 100644 --- a/configs/debian/bookworm_kde.json +++ b/configs/debian/bookworm_kde.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/debian/bookworm_lxqt.json b/configs/debian/bookworm_lxqt.json index d167c0b..496ef34 100644 --- a/configs/debian/bookworm_lxqt.json +++ b/configs/debian/bookworm_lxqt.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/debian/bookworm_mate.json b/configs/debian/bookworm_mate.json index 4e59820..353826b 100644 --- a/configs/debian/bookworm_mate.json +++ b/configs/debian/bookworm_mate.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/debian/bookworm_server.json b/configs/debian/bookworm_server.json index 130294e..93f6364 100644 --- a/configs/debian/bookworm_server.json +++ b/configs/debian/bookworm_server.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/server.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/debian/bookworm_xfce.json b/configs/debian/bookworm_xfce.json index 900b767..d08de46 100644 --- a/configs/debian/bookworm_xfce.json +++ b/configs/debian/bookworm_xfce.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_gnome.json b/configs/ubuntu/noble_gnome.json index 2bef217..1ba765a 100644 --- a/configs/ubuntu/noble_gnome.json +++ b/configs/ubuntu/noble_gnome.json @@ -9,5 +9,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_kde.json b/configs/ubuntu/noble_kde.json index bc51aa8..7bed4b8 100644 --- a/configs/ubuntu/noble_kde.json +++ b/configs/ubuntu/noble_kde.json @@ -9,5 +9,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_lxqt.json b/configs/ubuntu/noble_lxqt.json index 6ab6f81..f5f1325 100644 --- a/configs/ubuntu/noble_lxqt.json +++ b/configs/ubuntu/noble_lxqt.json @@ -9,5 +9,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_mate.json b/configs/ubuntu/noble_mate.json index 878c348..bfdfdb6 100644 --- a/configs/ubuntu/noble_mate.json +++ b/configs/ubuntu/noble_mate.json @@ -9,5 +9,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_server.json b/configs/ubuntu/noble_server.json index 280f3e2..915a921 100644 --- a/configs/ubuntu/noble_server.json +++ b/configs/ubuntu/noble_server.json @@ -9,5 +9,6 @@ "configs/scripts/install.sh", "configs/scripts/server.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file diff --git a/configs/ubuntu/noble_xfce.json b/configs/ubuntu/noble_xfce.json index e48fd77..0a00701 100644 --- a/configs/ubuntu/noble_xfce.json +++ b/configs/ubuntu/noble_xfce.json @@ -10,5 +10,6 @@ "configs/scripts/install.sh", "configs/scripts/user.sh" ], - "package_manager": "apt" + "package_manager": "apt", + "extra_files": [] } \ No newline at end of file