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:
authorMichael Boelen <michael.boelen@cisofy.com>2020-06-23 11:35:27 +0300
committerGitHub <noreply@github.com>2020-06-23 11:35:27 +0300
commitf36feb355b88b196091162b1ce795ccc962ea2fc (patch)
tree542165a262bed5839472fb53d3c08e28a30ddd11
parentb765abd49ca54beee49b85c0e40375fa0ff9ee33 (diff)
parentd7870e3f5cdf72f76e9560c61aba715fef800601 (diff)
Merge pull request #962 from al-lac/master
Add macOS Big Sur (11.0)
-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