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:
197 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | set -eu
|
---|
3 |
|
---|
4 | #Download from ISSM server
|
---|
5 | $ISSM_DIR/scripts/download_external_package.bash 'http://python-distribute.org/distribute_setup.py' 'distribute_setup.py'
|
---|
6 | python distribute_setup.py
|
---|
Note:
See
TracBrowser
for help on using the repository browser.