aboutsummaryrefslogtreecommitdiff
path: root/docker/code-server/install-cmake.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-08-15 00:08:43 +0800
committercrupest <crupest@outlook.com>2024-08-15 00:08:43 +0800
commit909c5e8aa53017eaffd4171835b3c66949c64f7f (patch)
tree09504e7755b7803e518baaa11d255f35ed6c9817 /docker/code-server/install-cmake.bash
parent1bca7471d864bf859a6189a87adf92856729ec97 (diff)
parentd50545a36323e7a9775ab933021a94a9d98058f4 (diff)
downloadcrupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.tar.gz
crupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.tar.bz2
crupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.zip
Merge branch 'debian-dev'
Diffstat (limited to 'docker/code-server/install-cmake.bash')
-rw-r--r--docker/code-server/install-cmake.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/docker/code-server/install-cmake.bash b/docker/code-server/install-cmake.bash
deleted file mode 100644
index 7b74ba8..0000000
--- a/docker/code-server/install-cmake.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-CMAKE_VERSION=$(curl -s https://api.github.com/repos/Kitware/CMake/releases/latest | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/')
-wget -O cmake-installer.sh https://github.com/Kitware/CMake/releases/download/v"$CMAKE_VERSION"/cmake-"$CMAKE_VERSION"-linux-x86_64.sh
-chmod +x cmake-installer.sh
-./cmake-installer.sh --skip-license --prefix=/usr
-rm cmake-installer.sh