diff options
Diffstat (limited to 'download.sh')
| -rw-r--r-- | download.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/download.sh b/download.sh new file mode 100644 index 0000000..de18f37 --- /dev/null +++ b/download.sh @@ -0,0 +1,4 @@ +#!/bin/sh +wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe +cat unattend.xml.in | sed "s|TARGET_DIR|$PWD|" > unattend.xml +./python-3.5.1-amd64.exe /quiet /log install.log |
