From d04c2932d08600540f17e7f53c26345d30d8bd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20E=2E=20H=C3=A4u=C3=9Fler?= <35269695+chrissxYT@users.noreply.github.com> Date: Sat, 30 Jan 2021 16:05:22 +0100 Subject: [PATCH 1/2] Support for macOS 11 Big Sur --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index 039a898..50febc9 100755 --- a/pfetch +++ b/pfetch @@ -331,6 +331,7 @@ get_os() { (10.13*) distro='macOS High Sierra' ;; (10.14*) distro='macOS Mojave' ;; (10.15*) distro='macOS Catalina' ;; + (11*) distro='macOS Big Sur' ;; (*) distro='macOS' ;; esac From 841776f27a659c646216b4aa1abc6657e4149de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20E=2E=20H=C3=A4u=C3=9Fler?= <35269695+chrissxYT@users.noreply.github.com> Date: Sun, 7 Feb 2021 01:17:33 +0100 Subject: [PATCH 2/2] didnt notice the alignment --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 50febc9..d56c19e 100755 --- a/pfetch +++ b/pfetch @@ -331,7 +331,7 @@ get_os() { (10.13*) distro='macOS High Sierra' ;; (10.14*) distro='macOS Mojave' ;; (10.15*) distro='macOS Catalina' ;; - (11*) distro='macOS Big Sur' ;; + (11*) distro='macOS Big Sur' ;; (*) distro='macOS' ;; esac