diff options
Diffstat (limited to 'download.sh')
| -rw-r--r-- | download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.sh b/download.sh index de18f37..af76993 100644 --- a/download.sh +++ b/download.sh @@ -1,4 +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 +cat unattend.xml.in | sed "s|TARGET_DIR|$PWD/Python-3.5.1-64|" > unattend.xml ./python-3.5.1-amd64.exe /quiet /log install.log |
