From 3c883042320b108707f2625bb966d660f9076889 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 13 Aug 2020 22:11:53 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 7bc7fa9..a9bea77 100644 --- a/update.sh +++ b/update.sh @@ -4,7 +4,7 @@ # run "curl -L https://johnhgaunt.com/update.sh | bash" as root to use this script # wget -O - https://johnhgaunt.com/update.sh | bash -GAUNT_CA_CERT_NAME="GauntDC01-CA.crt" +GAUNT_CA_CERT_NAME="GauntCA.crt" # need to be root if [ "$EUID" -ne 0 ]; then