From 44cd7fd29e67953ae3819a9b19a7f0b5d28015e8 Mon Sep 17 00:00:00 2001 From: hellisabove <59116609+hellisabove@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:12:15 -0800 Subject: [PATCH] Update Form1.vb --- Checkm8 Installer/Form1.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Checkm8 Installer/Form1.vb b/Checkm8 Installer/Form1.vb index ff35184..d17b272 100644 --- a/Checkm8 Installer/Form1.vb +++ b/Checkm8 Installer/Form1.vb @@ -40,7 +40,7 @@ Public Class Form1 f = MsgBox("Is Python 3.7.x installed?", vbYesNo) If Not f = vbYes Then logger("Downloading the Python 3.7.4 installer...") - My.Computer.Network.DownloadFile("http://goodertech.com/python.exe", "pythoninstaller.exe") + My.Computer.Network.DownloadFile("https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64-webinstall.exe", "pythoninstaller.exe") MsgBox("Press OK to start the python installation process, make sure to checkmark ""Add Python 3.7 to path"" once you finish installing python press ""Ok"" on the next prompt.") logger("Starting the Python installer...") Process.Start("pythoninstaller.exe")