From 42e5e52e1b303bb518bfd2050ded12266967f269 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 7 Jun 2021 15:47:03 +0200 Subject: [PATCH] Update dependencies-on-debian section in readme. There are more hacks required on bionic. --- README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 723cfe2..4758497 100644 --- a/README.adoc +++ b/README.adoc @@ -94,8 +94,7 @@ If you get the error message that `add-apt-repository` was not found, install ===== Install dependencies in Debian or Ubuntu Or distributions that are derived from Debian or Ubuntu. You will need at least -Debian buster (10) or Ubuntu focal (20.04), unless you install a newer version -of CMake. +Debian buster (10) or Ubuntu focal (20.04). [source,shell] --------------------------------------------------------------------------------