Skip to content

Commit

Permalink
Update AdminLaunchOption.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
coff33ninja committed Oct 19, 2023
1 parent e71a97a commit b90d5bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions AdminLaunchOption.bat
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,6 @@ echo Installing Python 3.11... >> %LOGFILE%
C:\Temp\python-3.11.6-amd64.exe /quiet InstallAllUsers=1 PrependPath=1
del /f "C:\Temp\python-3.11.6-amd64.exe"
echo Python 3.11 installation completed >> %LOGFILE%
echo Installing Python 3.11... >> %LOGFILE%
C:\Temp\python-3.11.6-amd64.exe /quiet InstallAllUsers=1 PrependPath=1
del /f "C:\Temp\python-3.11.6-amd64.exe"
echo Python 3.11 installation completed >> %LOGFILE%
) else (
echo Skipping Python installation >> %LOGFILE%
)
)

cls

Expand Down

0 comments on commit b90d5bd

Please sign in to comment.