Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 11, 2024
1 parent 0eb3a05 commit f175987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ func getPackageManagerCommand(packageManager string) *exec.Cmd {
switch packageManager {
case "apt":
cmd = exec.Command("apt", "list", "--upgradable")
case "apk":
cmd = exec.Command("apk", "list", "--upgradable")
case "pacman":
cmd = exec.Command("pacman", "-Qu")
case "yum":
Expand Down

0 comments on commit f175987

Please sign in to comment.