Skip to content

Commit

Permalink
fix: make WinGet warnings clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 29, 2023
1 parent c14e255 commit 002bf62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if !errorlevel! == 1 (
)

where winget > nul 2>&1 || (
echo You must have WinGet updated and installed to use this script.
echo WinGet is not installed, please update or install App Installer from Microsoft Store.
echo Press any key to exit...
exit /b 1
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if !errorlevel! == 1 (
)

where winget > nul 2>&1 || (
echo You must have WinGet updated and installed to use this script.
echo WinGet is not installed, please update or install App Installer from Microsoft Store.
echo Press any key to exit...
exit /b 1
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fltmc >nul 2>&1 || (
)

where winget > nul 2>&1 || (
echo You must have WinGet updated and installed to use this script.
echo WinGet is not installed, please update or install App Installer from Microsoft Store.
echo Press any key to exit...
exit /b 1
)
Expand Down

0 comments on commit 002bf62

Please sign in to comment.