refactor-reset-revert #1

Merged
floppydiscen merged 61 commits from refactor-reset-revert into main 2026-01-15 16:32:20 +00:00
Showing only changes of commit 7066e648d5 - Show all commits

View File

@@ -254,7 +254,7 @@ Write-Step "Checking Prerequisites"
if (-not (Test-WingetAvailable)) {
Write-Host "`nInstallation cannot continue without winget." -ForegroundColor Red
exit 1
return
}
Write-Success "winget is available"
@@ -630,9 +630,4 @@ else {
Write-Host ""
}
exit 1
}
#endregion
exit 0