From 5f2e3b1726de1506e6657861752dab5ac76e4177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20T=2E=20Jochym?= Date: Wed, 21 Sep 2022 20:28:25 +0200 Subject: [PATCH] Reflect distro support i comment --- bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 5b14db7..b912dde 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -199,7 +199,7 @@ def ensure_host_system_can_install_tljh(): .strip() ) - # Require Ubuntu 18.04+ + # Require Ubuntu 18.04+ or Debian 10+ distro = get_os_release_variable("ID") version = float(get_os_release_variable("VERSION_ID")) if distro not in ["ubuntu", "debian"]: