Update-StoreApps better in context
parent
61f08e423b
commit
189830c09f
|
@ -40,6 +40,7 @@ Function Update-WinGet ($WinGetAvailableVersion, $DownloadPath, $Log = $false) {
|
||||||
$WingetPath = $ResolveWingetPath[-1].Path
|
$WingetPath = $ResolveWingetPath[-1].Path
|
||||||
& $WingetPath source reset --force
|
& $WingetPath source reset --force
|
||||||
}
|
}
|
||||||
|
Update-StoreApps
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
switch ($Log) {
|
switch ($Log) {
|
||||||
|
|
Loading…
Reference in New Issue