From 2c4cfb49904d2a14d6930ea4b85b4d618c8f6671 Mon Sep 17 00:00:00 2001 From: chris <35269695+chrissxYT@users.noreply.github.com> Date: Fri, 13 Aug 2021 05:24:22 +0200 Subject: [PATCH] support for macos 12 monterey --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index 3a709dc..45f6a57 100755 --- a/pfetch +++ b/pfetch @@ -337,6 +337,7 @@ get_os() { (10.14*) distro='macOS Mojave' ;; (10.15*) distro='macOS Catalina' ;; (11*) distro='macOS Big Sur' ;; + (12*) distro='macOS Monterey' ;; (*) distro='macOS' ;; esac