Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lackner <lackner.alex@gmail.com>2020-06-22 21:44:58 +0300
committerAlexander Lackner <lackner.alex@gmail.com>2020-06-22 21:44:58 +0300
commitd7870e3f5cdf72f76e9560c61aba715fef800601 (patch)
tree5a67926ea087e2d8090c573d6e5778117f3e83d9 /include/osdetection
parentc6cc6fb8c73b7ba8a46ad55efb16315ef8ee2f35 (diff)
Added macOS Big Sur (11.0)
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 88aa8209..f4d3b50d 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -62,6 +62,7 @@
10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;;
10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;;
+ 11.0 | 11.0[0-9]*) OS_FULLNAME="macOS Big Sur (${OS_VERSION})" ;;
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
esac
else