diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 23:30:40 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-17 23:30:40 +0300 |
| commit | 5ad6e43a316143424647b095f9a181fc13f41566 (patch) | |
| tree | b9a6e23087a82cb590eae0772674868a1859288c /download.sh | |
| parent | f3497ac576c610e5ca4a4147a04cb9e9cbf2c2e3 (diff) | |
| download | portablepython-5ad6e43a316143424647b095f9a181fc13f41566.tar.gz portablepython-5ad6e43a316143424647b095f9a181fc13f41566.zip | |
Fixes
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 |
