Skip to content

Commit 02fb3ab

Browse files
authored
Update omada-install.sh
1 parent 87c17fc commit 02fb3ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/omada-install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ msg_info "Checking CPU Features"
2121
if lscpu | grep -q 'avx'; then
2222
USE_AVX=true
2323
MONGODB_VERSION="7.0"
24-
msg_ok "AVX detected: Using MongoDB 8.0"
24+
msg_ok "AVX detected: Using MongoDB 7.0"
2525
else
2626
USE_AVX=false
2727
MONGODB_VERSION="4.4"
28-
msg_ok "No AVX detected: Using MongoDB 4.4"
28+
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
2930
fi
3031

3132
msg_info "Installing Azul Zulu Java"

0 commit comments

Comments
 (0)