mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
parent
2f8315eebf
commit
8bcab8b4d9
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ fi
|
|||
|
||||
msg_info "Installing InfluxDB v${INFLUX}"
|
||||
if [[ $INFLUX == "3" ]]; then
|
||||
if ! grep -qm1 'avx2' /proc/cpuinfo; then
|
||||
msg_error "InfluxDB v3 requires AVX2 support, which is not available on this system."
|
||||
exit 106
|
||||
fi
|
||||
$STD apt install -y influxdb3-core
|
||||
systemctl enable -q --now influxdb3-core
|
||||
elif [[ $INFLUX == "2" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue