From 2df0bc68d1821ed4e30d6dc8c1bc4356faa774b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Nov 2022 10:24:53 -0600 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/add-linux-pass.sh b/add-linux-pass.sh index 769758b..df2c667 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -17,9 +17,10 @@ git config --global credential.helper store echo -e "${idsCL[LightCyan]}You'll need to enter the password for the git account:${idsCL[Default]}" curl -u 'voltron' -L -o /tmp/secret.gpg https://git.schroedercity.com/voltron/private/raw/branch/master/secret.gpg +curl -u 'voltron' -L -o /tmp/idsvc.key https://git.schroedercity.com/voltron/private/raw/branch/master/idsvc.key gpg --import /tmp/secret.gpg -rm -f /tmp/secret.gpg - +gpg --import /tmp/idsvc.key +rm -f /tmp/secret.gpg /tmp/idsvc.key