~ulrich3110/lorze/lorze_git_master

« back to all changes in this revision

Viewing changes to Install/source_py_hdid64.txt

  • Committer: ulrich3110
  • Date: 2013-03-17 17:46:28 UTC
  • Revision ID: git-v1:1152efb953e5320c9efc3eba8264edde94276472
revision of gui copy tested under linux.
Signed-off-by: ulrich3110 <ulrich3110@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# mac, os x ppc 10.6 - 10.7
 
2
hdid http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg
 
3
md5 python-2.7.3-macosx10.6.dmg > dat1.txt
 
4
SUM="$(grep -i 15c434a11abe7ea5575ef451cfd60f67 dat1.txt)"
 
5
if [ -n "$SUM" ]
 
6
    then
 
7
        cd /Volumes/python-2.7.3-macosx10.6
 
8
        sudo installer -pkg python-2.7.3.pkg -target /
 
9
fi