source: issm/trunk/externalpackages/pcatool/install.sh@ 24313

Last change on this file since 24313 was 24313, checked in by Mathieu Morlighem, 5 years ago

merged trunk-jpl and trunk for revision 24310

  • Property svn:executable set to *
File size: 282 bytes
Line 
1#!/bin/bash
2
3#Some cleanup
4rm -rf install pcatool
5mkdir install
6
7#Download from ISSM server
8$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/pcatool.tar.gz' 'pcatool.tar.gz'
9
10#Untar into install
11cd install
12tar -zxvf ../pcatool.tar.gz
Note: See TracBrowser for help on using the repository browser.