Bug fix in install.bat

There were a . that should be changed to (
This commit is contained in:
Saifeddine ALOUI 2023-04-08 13:30:41 +02:00 committed by GitHub
parent 65594b1010
commit 70c076f180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ if %errorlevel% neq 0 (
REM Install pip
echo Installing pip...
python tmp/get-pip.py
) else .
) else (
echo Please install pip and try again.
pause
exit /b 1