Merge pull request #133 from chrissxYT/patch-1
support for macos 12 monterey
This commit is contained in:
commit
9b3b53b984
1 changed files with 1 additions and 0 deletions
1
pfetch
1
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue