mirror of https://github.com/tteck/Proxmox.git
Update influxdb-install.sh
This commit is contained in:
parent
763fd945e0
commit
20e8525887
|
@ -72,6 +72,10 @@ apt-get update &>/dev/null
|
|||
apt-get install -y influxdb &>/dev/null
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
||||
echo -en "${GN} Installing Telegraf... "
|
||||
apt-get install -y telegraf &>/dev/null
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
||||
echo -en "${GN} Customizing Container... "
|
||||
rm /etc/motd
|
||||
rm /etc/update-motd.d/10-uname
|
||||
|
|
Loading…
Reference in New Issue