⬆️ Update cmake and lazygit

This commit is contained in:
2021-12-05 14:54:24 +01:00
parent 05b3276a93
commit 2e924efdea
2 changed files with 2 additions and 2 deletions

View File

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