We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c17fc commit 02fb3abCopy full SHA for 02fb3ab
install/omada-install.sh
@@ -21,11 +21,12 @@ msg_info "Checking CPU Features"
21
if lscpu | grep -q 'avx'; then
22
USE_AVX=true
23
MONGODB_VERSION="7.0"
24
- msg_ok "AVX detected: Using MongoDB 8.0"
+ msg_ok "AVX detected: Using MongoDB 7.0"
25
else
26
USE_AVX=false
27
MONGODB_VERSION="4.4"
28
- msg_ok "No AVX detected: Using MongoDB 4.4"
+ msg_error "No AVX detected: TP-Link Canceled Support for Old MongoDB for Debian 12\n https://www.tp-link.com/baltic/support/faq/4160/"
29
+ exit 1
30
fi
31
32
msg_info "Installing Azul Zulu Java"
0 commit comments