⬆️ Updated tools

This commit is contained in:
2025-11-14 12:47:24 +01:00
parent 908b3dfab5
commit 13a8ee193b
11 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
wget "https://github.com/Kitware/CMake/releases/download/v4.0.3/cmake-4.0.3-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
wget "https://github.com/Kitware/CMake/releases/download/v4.1.2/cmake-4.1.2-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local