From 8d54effedc8bfc1b213ed13a6ffaadb5706275a1 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 26 May 2020 10:38:09 +0200
Subject: [PATCH] [web] Fixed CMake install instructions for Ubunut.

---
 .../devguide/getting-started/prerequisites.pandoc     | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/web/content/docs/devguide/getting-started/prerequisites.pandoc b/web/content/docs/devguide/getting-started/prerequisites.pandoc
index d5c68ea1a5a..be8fe4e9068 100644
--- a/web/content/docs/devguide/getting-started/prerequisites.pandoc
+++ b/web/content/docs/devguide/getting-started/prerequisites.pandoc
@@ -229,16 +229,7 @@ brew install python
 :::
 
 ::: {.linux}
-Install CMake via Kitware's APT Repository (for Ubuntu 18.04 onwards):
-
-```bash
-$ sudo apt-get update
-$ sudo apt-get install apt-transport-https ca-certificates gnupg software-properties-common wget
-$ wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
-$ sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
-$ sudo apt-get update
-$ sudo apt-get install cmake
-```
+Install CMake via Kitware's APT Repository by [following their instructions](https://apt.kitware.com/).
 
 For other linux distributions you want to use your distributions package manager, [pip](https://pypi.org/project/cmake/) or [snap](https://snapcraft.io/cmake).
 :::
-- 
GitLab