Skip to content

Commit 4823b30

Browse files
authored
Add setup_mongodb back in Omada (#16736)
1 parent 7dd73d8 commit 4823b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/omada.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function update_script() {
3131

3232
msg_info "Updating MongoDB"
3333
if [[ "$(arch_resolve)" == "arm64" ]] || lscpu | grep -q 'avx'; then
34-
MONGO_VERSION="8.0"
34+
MONGO_VERSION="8.0" setup_mongodb
3535
else
3636
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."
3737
exit 10

0 commit comments

Comments
 (0)