diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 20:06:26 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-06-19 20:06:26 +0300 |
| commit | a279f662c510f3fa065e009348bdb4790e0bb986 (patch) | |
| tree | cc9c2d300e414541da50ce59d00f672157b654d4 | |
| parent | 03d0ef043d19a3d5528c3ad481fbb23d62cb786b (diff) | |
| download | portablepython-a279f662c510f3fa065e009348bdb4790e0bb986.tar.gz portablepython-a279f662c510f3fa065e009348bdb4790e0bb986.zip | |
Remove download.sh
| -rw-r--r-- | download.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/download.sh b/download.sh deleted file mode 100644 index af76993..0000000 --- a/download.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/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/Python-3.5.1-64|" > unattend.xml -./python-3.5.1-amd64.exe /quiet /log install.log |
