Skip to content

Commit

Permalink
Sun Dec 15 09:29:36 UTC 2024 < glennr-unifi.sh 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashew Runner committed Dec 15, 2024
1 parent 5e01764 commit c9ec474
Show file tree
Hide file tree
Showing 103 changed files with 338 additions and 302 deletions.
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.17
# Debian Repo version | 5.10.17-11638-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.19-113b57454f
# Debian Repo version | 5.10.19-11646-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.20-b06c46ec1d
# Debian Repo version | 5.10.20-11657-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.21.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.21-77f3252525
# Debian Repo version | 5.10.21-11661-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.23.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.23-624af847f6
# Debian Repo version | 5.10.23-11668-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.24.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.24-fc15f0fdf1
# Debian Repo version | 5.10.24-11676-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.25.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.25-48e13746e9
# Debian Repo version | 5.10.25-11682-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.26.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.26-7fbb9ab8c4
# Debian Repo version | 5.10.26-11685-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
6 changes: 3 additions & 3 deletions scripts/controller/unifi-5.10.27.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
###################################################################################################################################################################################################

# Script | UniFi Network Easy Installation Script
# Version | 8.3.3
# Version | 8.3.5
# Application version | 5.10.27-2ad6590363
# Debian Repo version | 5.10.27-11687-1
# Author | Glenn Rietveld
Expand Down Expand Up @@ -2718,7 +2718,7 @@ check_and_add_to_path() {
local directory="$1"
if ! echo "${PATH}" | grep -qE "(^|:)$directory(:|$)"; then
export PATH="$directory:$PATH"
echo "Added $directory to PATH" &>> "${eus_dir}/logs/path.log}"
echo "$(date +%F-%R) | Added $directory to PATH" &>> "${eus_dir}/logs/path.log"
fi
}
check_and_add_to_path "/usr/local/sbin"
Expand Down Expand Up @@ -4370,7 +4370,7 @@ mongodb_avx_support_check() {
cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | grep -i 'model name' | cut -f 2 -d ":" | awk '{$1=$1}1')"
if [[ -z "${cpu_model_name}" ]]; then cpu_model_name="$(lscpu | tr '[:upper:]' '[:lower:]' | sed -n 's/^model name:[[:space:]]*//p')"; fi
if [[ "${architecture}" == "arm64" && -n "${cpu_model_name}" ]]; then
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse n1|neoverse n2|neoverse n3|neoverse e1|neoverse e2|neoverse v1|neoverse v2|neoverse v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
cpu_model_regex="^(cortex-a55|cortex-a65|cortex-a65ae|cortex-a75|cortex-a76|cortex-a77|cortex-a78|cortex-x1|cortex-x2|cortex-x3|cortex-x4|neoverse-n1|neoverse-n2|neoverse-n3|neoverse-e1|neoverse-e2|neoverse-v1|neoverse-v2|neoverse-v3|cortex-a510|cortex-a520|cortex-a715|cortex-a720)$"
if ! [[ "${cpu_model_name}" =~ ${cpu_model_regex} ]]; then
if [[ "${mongo_version_max}" =~ (70|80) ]]; then
if "$(which dpkg)" -l | grep "^ii\\|^hi" | grep -iq "mongod-armv8" || [[ "${script_option_skip}" == 'true' ]] || [[ "${glennr_compiled_mongod}" == 'true' ]]; then
Expand Down
Loading

0 comments on commit c9ec474

Please sign in to comment.