⬆️ Updated tools

This commit is contained in:
2022-03-22 16:24:32 +01:00
parent ff28da95fc
commit e3c8b5bb1f
5 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/Kitware/CMake/releases/download/v3.21.5/cmake-3.21.5-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
wget "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local