updated to remove dns hostname and updated error message about supported OS versions

This commit is contained in:
2022-08-09 13:25:09 -04:00
parent 9681938e81
commit fe3ac6d671

View File

@@ -30,7 +30,7 @@ else
fi fi
# zabbix server # zabbix server
ZABBIX_SERVER="gauntzabbix.home.johnhgaunt.com, 10.0.10.16" ZABBIX_SERVER="10.0.10.16"
if [ ${OS} == 'Debian' ]; then if [ ${OS} == 'Debian' ]; then
# Install the repository configuration package. This package contains apt (software package manager) configuration files. # Install the repository configuration package. This package contains apt (software package manager) configuration files.
@@ -98,7 +98,7 @@ EOF
else else
echo "You are running an unsupported OS" echo "You are running an unsupported OS"
echo "Support OSes: Debian 9/10/11, Ubuntu 16.04/18.04, CentOS 7" echo "Support OSes: Debian 9/10/11, Ubuntu 20.04/22.04, CentOS 7"
echo "Your OS: ${OS} ${OS_VER}" echo "Your OS: ${OS} ${OS_VER}"
exit exit
fi fi