From 4c62038e7d0136e08857804f15c244df3469dd31 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Nov 2023 20:31:51 -0600 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/add-linux-pass.sh b/add-linux-pass.sh index e0584b3..3206cbc 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -20,9 +20,9 @@ chmod -R 600 /root/.password-store 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 +echo -e "${idsCL[LightCyan]}You'll need to authorize the git account:${idsCL[Default]}" +curl -L -o /tmp/secret.gpg https://git.schroedercity.com/voltron/private/raw/branch/master/secret.gpg +curl -L -o /tmp/idsvc.key https://git.schroedercity.com/voltron/private/raw/branch/master/idsvc.key gpg --import /tmp/secret.gpg gpg --import /tmp/idsvc.key rm -f /tmp/secret.gpg /tmp/idsvc.key