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