Fix MongoDB setup version assignment
This commit is contained in:
parent
8c6843f180
commit
5f911164e3
@ -30,7 +30,7 @@ function update_script() {
|
|||||||
|
|
||||||
msg_info "Updating MongoDB"
|
msg_info "Updating MongoDB"
|
||||||
if lscpu | grep -q 'avx'; then
|
if lscpu | grep -q 'avx'; then
|
||||||
MONGO_VERSION="8.0" setup_mongodb
|
MONGO_VERSION="8.0"
|
||||||
else
|
else
|
||||||
msg_error "No AVX detected (CPU-Flag)! We have discontinued support for this. You are welcome to try it manually with a Debian LXC, but due to the many issues with Omada, we currently only support AVX CPUs."
|
msg_error "No AVX detected (CPU-Flag)! We have discontinued support for this. You are welcome to try it manually with a Debian LXC, but due to the many issues with Omada, we currently only support AVX CPUs."
|
||||||
exit 10
|
exit 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user