mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Fix MongoDB install in Unifi script (#564)
This commit is contained in:
parent
0afeac4266
commit
e786b09199
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ $STD apt-get update
|
|||
$STD apt-get install -y temurin-17-jre
|
||||
msg_ok "Installed Eclipse Temurin JRE"
|
||||
|
||||
if grep -q 'avx' /proc/cpuinfo; then
|
||||
if ! grep -q -m1 'avx[^ ]*' /proc/cpuinfo; then
|
||||
msg_ok "No AVX Support Detected"
|
||||
msg_info "Installing MongoDB 4.2"
|
||||
if ! dpkg -l | grep -q "libssl1.1"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue