source: issm/trunk-jpl/externalpackages/pcatool/install.sh@ 23417

Last change on this file since 23417 was 23417, checked in by jdquinn, 6 years ago

CHG: Converted Python download script to bash script and updated calls to it (NOTE: Still need to add certificate checking support for HTTPS connections via wget)

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