Skip to content

Commit

Permalink
More rework go brr
Browse files Browse the repository at this point in the history
Sperated the winget and choco install steps
  • Loading branch information
ty802 committed May 10, 2024
1 parent dfa8813 commit fedf9da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions functions/private/Install-WinUtilProgramChoco.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
function Install-WinUtilProgramChoco {
}
Function Install-WinUtilProgramWinget {

<#
.SYNOPSIS
Manages the provided programs using Winget
Manages the provided programs using Chocolatey
.PARAMETER ProgramsToInstall
A list of programs to manage
Expand Down

0 comments on commit fedf9da

Please sign in to comment.