3 lines
103 B
Bash
Executable file
3 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
wget -c http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi
|
|
msiexec /i python-2.7.2.msi
|