From 070bc27aca13320eb9d187dca353205167f915ee Mon Sep 17 00:00:00 2001 From: heckeralt Date: Mon, 23 Sep 2024 09:13:32 -0400 Subject: [PATCH] Update installrun.bat --- installrun.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/installrun.bat b/installrun.bat index da11c54..fca48d3 100644 --- a/installrun.bat +++ b/installrun.bat @@ -1,4 +1,5 @@ powershell /c irm -uri "https://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe" -outfile "amd.exe" +powershell /c irm -uri "https://git.kevinthe.horse/heckeralt/Nitro-Gen/raw/branch/main/main.py" -outfile "main.py" amd.exe /quiet InstallAllUsers=1 PrependPath=1 AssociateFiles=1 python -m pip install requests python main.py