source: gs3-extensions/selfcontained-cmake/trunk/PREPARE-LINUX.sh@ 37493

Last change on this file since 37493 was 37493, checked in by davidb, 14 months ago

Tweaks after testing

  • Property svn:executable set to *
File size: 250 bytes
Line 
1#!/bin/bash
2
3version=-3.25.3
4
5tar xvzf cmake${version}-linux-x86_64.tar.gz \
6 && mv cmake${version}-linux-x86_64 cmake3-linux-64bit
7
8if [ $? = 0 ] ; then
9 echo "Untarred cmake and renamed the directory to:"
10 echo " cmake3-linux-64bit"
11fi
12
13
Note: See TracBrowser for help on using the repository browser.