Update add-linux-pass.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user