Skip to content

Commit

Permalink
Update winget-install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Apr 9, 2022
1 parent 7e4d235 commit 6a7c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winget-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Get-WingetCmd

#Run install or uninstall for all apps
foreach ($AppID in $AppIDs){
#Check if app exists
#Check if app exists on Winget Repo
$Exists = Confirm-Exist $AppID
if ($Exists){
#Install or Uninstall command
Expand Down

0 comments on commit 6a7c0ac

Please sign in to comment.