Skip to content

Commit

Permalink
update unsupported pm's elifs to match readme (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxsouns authored Oct 6, 2021
1 parent 85e91bd commit 566d5f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpm
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ elif has guix; then
elif has brew; then
pem "Homebrew is not supported [wontfix]"
exit 1
elif has snap; then
pem "Snapd is not supported [wontfix]"
exit 1
else
pem "No valid package manager detected."
exit 1
Expand Down

0 comments on commit 566d5f6

Please sign in to comment.