diff --git a/update.sh b/update.sh index 08a2d16..49b3978 100644 --- a/update.sh +++ b/update.sh @@ -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