From ac36fb66a12fdccebe32d8ede66b99c53ebe05bf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Nov 2023 20:35:49 -0600 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add-linux-pass.sh b/add-linux-pass.sh index 3206cbc..b330442 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -21,8 +21,8 @@ git config --global credential.helper store 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 +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 gpg --import /tmp/idsvc.key rm -f /tmp/secret.gpg /tmp/idsvc.key