From d7db6a7ece03ec76a7acfec40d6655b8bb22f9cd Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 14 Feb 2024 06:32:22 -0500 Subject: [PATCH] drop official support for installing via Debian 10 Debian 10 no longer receives official security support and has an OpenSSH version predating file signing support. We plan to move away from signify to OpenSSH for more portability so this has to go. --- static/install/cli.html | 1 - static/install/web.html | 1 - 2 files changed, 2 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index dcc610df..1be722fc 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -130,7 +130,6 @@
  • macOS Ventura (13)
  • macOS Sonoma (14)
  • Arch Linux
  • -
  • Debian 10 (buster)
  • Debian 11 (bullseye)
  • Debian 12 (bookworm)
  • Ubuntu 20.04 LTS
  • diff --git a/static/install/web.html b/static/install/web.html index 880c2fb8..d60546ad 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -108,7 +108,6 @@
  • macOS Ventura (13)
  • macOS Sonoma (14)
  • Arch Linux
  • -
  • Debian 10 (buster)
  • Debian 11 (bullseye)
  • Debian 12 (bookworm)
  • Ubuntu 20.04 LTS