From d37b39c4013d6d047d10e4c6d962564166f06b28 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 3 Feb 2024 23:32:44 +0100 Subject: [PATCH] Added support for macOS 13 & 14 --- pfetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pfetch b/pfetch index d47b878..ee35d5c 100755 --- a/pfetch +++ b/pfetch @@ -340,6 +340,8 @@ get_os() { (10.15*) distro='macOS Catalina' ;; (11*) distro='macOS Big Sur' ;; (12*) distro='macOS Monterey' ;; + (13*) distro='macOS Ventura' ;; + (14*) distro='macOS Sonoma' ;; (*) distro='macOS' ;; esac