Reflect distro support i comment

This commit is contained in:
Paweł T. Jochym
2022-09-21 20:28:25 +02:00
committed by GitHub
parent 45abba3c37
commit 5f2e3b1726

View File

@@ -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"]: