Update 'update.sh'

This commit is contained in:
2020-03-10 15:13:01 -04:00
parent b45029872f
commit 8d130e0e26

View File

@@ -94,6 +94,9 @@ elif [ ${OS} == 'CentOS' ]; then
curl -o /etc/pki/ca-trust/source/anchors/${GAUNT_CA_CERT_NAME} https://johnhgaunt.com/${GAUNT_CA_CERT_NAME}
update-ca-trust
# start and enable uptimed
systemctl start uptimed
systemctl enable uptimed
else