support for macos 12 monterey
This commit is contained in:
parent
a9cfc6502e
commit
2c4cfb4990
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