🎉 Added lazygit

Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
2021-07-31 10:01:30 +02:00
parent 1a93a87755
commit 48b0a952cb
4 changed files with 19 additions and 2 deletions

View File

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