From 8d130e0e26fe700838995b2d2bbe0d6557250282 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 10 Mar 2020 15:13:01 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 3 +++ 1 file changed, 3 insertions(+) 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