From a279f662c510f3fa065e009348bdb4790e0bb986 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 19 Jun 2019 20:06:26 +0300 Subject: Remove download.sh --- download.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 download.sh 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 -- cgit v1.2.3