Refresh environment

This commit is contained in:
2025-01-19 17:56:58 +01:00
parent 7b871edada
commit 0c93030488
3 changed files with 137 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ if %errorlevel% NEQ 0 (
where go.exe >nul 2>&1
if %errorlevel% NEQ 0 (
echo Installing Go with Winget
winget install GoLang.Go >nul 2>&1
winget install GoLang.Go
) else (
echo Go executable found
)
@@ -35,7 +35,7 @@ if %errorlevel% NEQ 0 (
where git.exe >nul 2>&1
if %errorlevel% NEQ 0 (
echo Installing Git with Winget
winget install Git.Git >nul 2>&1
winget install Git.Git
) else (
echo Git executable found
)