Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerChamp authored May 18, 2024
1 parent 46b9ebb commit b4b52e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guided-Semi-Auto-Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if %errorlevel% equ 0 (
echo Downloading Python installer...
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe', 'python_installer310.exe')"
echo Installing Python 3.10...
start "" /wait python_installer.exe /quiet InstallAllUsers=1 TargetDir="C:\Python310" PrependPath=1
start "" /wait python_installer310.exe /quiet InstallAllUsers=1 TargetDir="C:\Python310" PrependPath=1
del python_installer310.exe
PAUSE
)
Expand All @@ -81,7 +81,7 @@ if %errorlevel% equ 0 (
echo Downloading Python installer...
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe', 'python_installer310.exe')"
echo Installing Python 3.10...
start "" /wait python_installer.exe /quiet InstallAllUsers=1 TargetDir="C:\Python310" PrependPath=1
start "" /wait python_installer310.exe /quiet InstallAllUsers=1 TargetDir="C:\Python310" PrependPath=1
del python_installer310.exe
PAUSE
)
Expand Down

0 comments on commit b4b52e4

Please sign in to comment.