mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update scrutiny-install.sh
This commit is contained in:
parent
1439e21334
commit
b11d998236
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ msg_ok "Set up InfluxDB Repository"
|
||||||
msg_info "Installing InfluxDB"
|
msg_info "Installing InfluxDB"
|
||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get install -y influxdb2
|
$STD apt-get install -y influxdb2
|
||||||
$STD systemctl enable --now influxdb
|
systemctl enable -q --now influxdb
|
||||||
msg_ok "Installed InfluxDB"
|
msg_ok "Installed InfluxDB"
|
||||||
|
|
||||||
msg_info "Installing Scrutiny WebApp"
|
msg_info "Installing Scrutiny WebApp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue