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 02fb3ab commit bef3ccdCopy full SHA for bef3ccd
ct/omada.sh
@@ -29,9 +29,11 @@ function update_script() {
29
fi
30
31
msg_info "Updating MongoDB"
32
- MONGODB_VERSION="8.0"
+ MONGODB_VERSION="7.0"
33
if ! lscpu | grep -q 'avx'; then
34
MONGODB_VERSION="4.4"
35
+ 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/"
36
+ exit 1
37
38
39
wget -qO- https://www.mongodb.org/static/pgp/server-${MONGODB_VERSION}.asc | gpg --dearmor >/usr/share/keyrings/mongodb-server-${MONGODB_VERSION}.gpg
0 commit comments