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 0afeac4 commit e786b09Copy full SHA for e786b09
install/unifi-install.sh
@@ -28,7 +28,7 @@ $STD apt-get update
28
$STD apt-get install -y temurin-17-jre
29
msg_ok "Installed Eclipse Temurin JRE"
30
31
-if grep -q 'avx' /proc/cpuinfo; then
+if ! grep -q -m1 'avx[^ ]*' /proc/cpuinfo; then
32
msg_ok "No AVX Support Detected"
33
msg_info "Installing MongoDB 4.2"
34
if ! dpkg -l | grep -q "libssl1.1"; then
0 commit comments