⬆️ Updated tools

This commit is contained in:
2024-11-28 18:15:00 +01:00
parent 9a7f28d586
commit 0a2e22e382
6 changed files with 6 additions and 6 deletions

View File

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