File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11case $( uname -m) in
2- x86_64) curl -L https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -linux-x86_64.sh --output ./do-install-cmake.sh ;;
3- arm) curl -L https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
4- arm64) curl -L https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
5- aarch64) curl -L https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
2+ x86_64) curl -L https://github.com/Kitware/CMake/releases/download/v3.31.0 /cmake-3.31.0 -linux-x86_64.sh --output ./do-install-cmake.sh ;;
3+ arm) curl -L https://github.com/Kitware/CMake/releases/download/v3.31.0 /cmake-3.31.0 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
4+ arm64) curl -L https://github.com/Kitware/CMake/releases/download/v3.31.0 /cmake-3.31.0 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
5+ aarch64) curl -L https://github.com/Kitware/CMake/releases/download/v3.31.0 /cmake-3.31.0 -linux-aarch64.sh --output ./do-install-cmake.sh ;;
66esac
77
88chmod +x do-install-cmake.sh
9- ./do-install-cmake.sh --skip-license --prefix=/usr
9+ ./do-install-cmake.sh --skip-license --prefix=/usr
You can’t perform that action at this time.
0 commit comments