We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5c876 commit 3d7d722Copy full SHA for 3d7d722
1 file changed
alternative-install/RLBotGUI.bat
@@ -35,7 +35,7 @@ call .\venv\Scripts\activate.bat
35
36
rem We ping google.com to see if we have an internet connection
37
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
+%WINDIR%\system32\ping -n 1 google.com > nul
39
if %errorlevel% == 0 (
40
echo Installing / upgrading RLBot components...
41
python -m pip install --upgrade pip
0 commit comments