fix auto install

This commit is contained in:
2018-06-07 10:52:15 -04:00
parent 653e69d929
commit 821aa3f60d

View File

@@ -28,7 +28,7 @@ ZABBIX_SERVER="gauntzabbix.home.johnhgaunt.com"
apt update
# install the agent
apt install zabbix-agent
apt install -y zabbix-agent
# ask for the hostname
read -e -p "Enter Hostname: " -i "$(cat /etc/hostname)" hostname