Skip to content

Commit

Permalink
Reflecting Romanitho#85 in Winget-Install Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
KnifMelti committed Sep 18, 2023
1 parent 26c7431 commit 4d30e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Winget-AutoUpdate/mods/_Mods-Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ function Wait-ModsProc ($Wait) {

function Install-WingetID ($WingetIDInst) {
foreach ($app in $WingetIDInst) {
& $Winget install --id $app --accept-package-agreements --accept-source-agreements -h
& $Winget install --id $app -e --accept-package-agreements --accept-source-agreements -s winget -h
}
Return
}

function Uninstall-WingetID ($WingetIDUninst) {
foreach ($app in $WingetIDUninst) {
& $Winget uninstall --id $app -e --accept-source-agreements -h
& $Winget uninstall --id $app -e --accept-source-agreements -s winget -h
}
Return
}
Expand Down

0 comments on commit 4d30e14

Please sign in to comment.