Skip to content

Commit 3d7d722

Browse files
authored
Use absolute path for ping in alt installer (#220)
1 parent 7b5c876 commit 3d7d722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alternative-install/RLBotGUI.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ call .\venv\Scripts\activate.bat
3535

3636
rem We ping google.com to see if we have an internet connection
3737
rem We then store the output of the command to nul which prevents the command from printing to the console
38-
ping -n 1 google.com > nul
38+
%WINDIR%\system32\ping -n 1 google.com > nul
3939
if %errorlevel% == 0 (
4040
echo Installing / upgrading RLBot components...
4141
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)