This commit is contained in:
Mr.k
2024-07-26 05:41:35 +03:00
parent 1026adaf32
commit 2732b271ef
54 changed files with 67 additions and 67 deletions

View File

@ -18,4 +18,4 @@ Function Update-WinUtilProgramWinget {
$global:WinGetInstall = Start-Process -Verb runas powershell -ArgumentList "-command invoke-command -scriptblock {$wingetinstall} -argumentlist '$($ProgramsToInstall -join ",")'" -PassThru
}
}