From 566d5f6a1edf2b0b0cc8f307c3ee56c53f8340f0 Mon Sep 17 00:00:00 2001 From: Sage Date: Wed, 6 Oct 2021 13:08:06 -0700 Subject: [PATCH] update unsupported pm's elifs to match readme (#40) --- cpm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpm b/cpm index a855f52..f9f38f3 100755 --- a/cpm +++ b/cpm @@ -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