Changeset 365
- Timestamp:
- 04/06/2011 04:59:40 PM (12 years ago)
- Location:
- SH_SHM/trunk/setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/setup/decompress.sh
r363 r365 7 7 echo "Please read and execute all installation instructions for your" 8 8 echo "operating system as explained at the Seismic Handler project website:" 9 echo "http://www.seismic-handler.org/portal/wiki/ ShmSeismicHandler"9 echo "http://www.seismic-handler.org/portal/wiki/Installation" 10 10 echo "" 11 11 read -p "Did you execute all neccessary steps (type 'yes')? " yes -
SH_SHM/trunk/setup/setup.py
r358 r365 42 42 print "Downloading %s..." % pkg 43 43 44 verbose = " "44 verbose = "-q " 45 45 if dbg: 46 verbose = " -q"46 verbose = "" 47 47 print downloads[pkg] 48 48
Note: See TracChangeset
for help on using the changeset viewer.