diff --git a/index.html b/index.html index b32d63f..fd0e34d 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@
News
  • [Aug, 17, 2024] The FAIme web service now supports Debian live images, presentation at DebConf24
  • -
  • [June 20, 2024] The FAIme service provides customized installation media using Debian 13 (testing aka Trixie) and Ubuntu 24.04
  • +
  • [June 20, 2024] The FAIme service provides customized installation media using Debian 13 (Trixie) and Ubuntu 24.04
  • diff --git a/js/key-distr-desk-pkhs-conf.js b/js/key-distr-desk-pkhs-conf.js index 551b8e5..72f410d 100644 --- a/js/key-distr-desk-pkhs-conf.js +++ b/js/key-distr-desk-pkhs-conf.js @@ -2,7 +2,7 @@ const suites = new Map([ ["default", "bookworm"], ["bookworm", "Debian 12 Bookworm (stable)"], - ["trixie", "Debian 13 Trixie (testing)"] + ["trixie", "Debian 13 Trixie (stable)"] ]); // default must be set at the top of the map @@ -46,4 +46,4 @@ function getElementInsideContainer(containerID, childID) { } populateSelectId("desktop", desktops); -populateSelect(getElementInsideContainer("suite_div", "suite"), suites); \ No newline at end of file +populateSelect(getElementInsideContainer("suite_div", "suite"), suites);