Update influxdb-install.sh

This commit is contained in:
tteckster 2022-03-03 07:39:05 -05:00 committed by GitHub
parent 763fd945e0
commit 20e8525887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -72,6 +72,10 @@ apt-get update &>/dev/null
apt-get install -y influxdb &>/dev/null apt-get install -y influxdb &>/dev/null
echo -e "${CM}${CL} \r" 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... " echo -en "${GN} Customizing Container... "
rm /etc/motd rm /etc/motd
rm /etc/update-motd.d/10-uname rm /etc/update-motd.d/10-uname