You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ct/omada.sh
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
11
11
var_ram="${var_ram:-3072}"
12
12
var_disk="${var_disk:-8}"
13
13
var_os="${var_os:-debian}"
14
-
var_version="${var_version:-13}"
14
+
var_version="${var_version:-12}"
15
15
var_unprivileged="${var_unprivileged:-1}"
16
16
17
17
header_info "$APP"
@@ -32,19 +32,11 @@ function update_script() {
32
32
if lscpu | grep -q 'avx';then
33
33
MONGO_VERSION="8.0" setup_mongodb
34
34
else
35
-
msg_warn"No AVX detected: Using older MongoDB 4.4"
36
-
MONGO_VERSION="4.4" setup_mongodb
35
+
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."
36
+
exit 10
37
37
fi
38
38
39
-
msg_info "Checking if right Azul Zulu Java is installed"
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."
0 commit comments