From ff28da95fc4a7bfe40dbd94990d0ff95d63668f8 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 13 Feb 2022 19:13:52 +0100 Subject: [PATCH] :bug: Fixed cmake install --- install-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cmake.sh b/install-cmake.sh index 432f2bf..35ca450 100644 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -1,5 +1,5 @@ #!/bin/bash set -eu -wget "https://github.com/Kitware/CMake/releases/download/v3.23.01/cmake-3.23.01-Linux-x86_64.sh" -nv -O /tmp/cmake.sh +wget "https://github.com/Kitware/CMake/releases/download/v3.21.5/cmake-3.21.5-Linux-x86_64.sh" -nv -O /tmp/cmake.sh sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local