source: issm/branches/trunk-jpl-damage/externalpackages/libermate/install.sh@ 12258

Last change on this file since 12258 was 12258, checked in by cborstad, 13 years ago

merged trunk-jpl into branches/trunk-jpl-damage through revision 12254

  • Property svn:executable set to *
File size: 364 bytes
RevLine 
[12137]1#!/bin/bash
2
3#Some cleanup
4rm -rf install
5rm -rf libermate-0.4
6mkdir install
7
[12258]8#Download from ISSM server
9$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/libermate-0.4.tgz' 'libermate-0.4.tgz'
10
[12137]11#Untar
12tar -zxvf libermate-0.4.tgz
13
14#Move libermate into install directory
15mv libermate-0.4/* install
16rm -rf libermate-0.4
Note: See TracBrowser for help on using the repository browser.