Refresh environment
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user