Skip to content

Commit

Permalink
Update install_Applio.bat
Browse files Browse the repository at this point in the history
Delete unnecesary pause
  • Loading branch information
aitronz authored Aug 24, 2023
1 parent 881a64a commit 1a7f2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_Applio.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cls

for /f "delims=: tokens=*" %%A in ('findstr /b ":::" "%~f0"') do @echo(%%A
echo.
pause

echo Verificando si Git está instalado...
git --version > nul 2>&1
if %errorlevel% equ 0 (
Expand Down

0 comments on commit 1a7f2f4

Please sign in to comment.