This commit is contained in:
2025-10-12 01:08:18 +03:00
parent 9665f0f0b5
commit fb3f2565bc
+1 -1
View File
@@ -18,7 +18,7 @@ foreach ($pkg in $packageList) {
"install" {
Write-Host "Installing $pkg..." -ForegroundColor Cyan
try {
winget install --id $pkg --silent --accept-package-list-agreements --accept-source-agreements
winget install --id $pkg --silent --accept-package-agreements --accept-source-agreements
}
catch {
Write-Host "Failed to install $pkg : $($_.Exception.Message)" -ForegroundColor Red