Update add-linux-pass.sh
This commit is contained in:
@@ -21,8 +21,8 @@ git config --global credential.helper store
|
|||||||
|
|
||||||
|
|
||||||
echo -e "${idsCL[LightCyan]}You'll need to authorize the git account:${idsCL[Default]}"
|
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 -u 'voltron' -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/idsvc.key https://git.schroedercity.com/voltron/private/raw/branch/master/idsvc.key
|
||||||
gpg --import /tmp/secret.gpg
|
gpg --import /tmp/secret.gpg
|
||||||
gpg --import /tmp/idsvc.key
|
gpg --import /tmp/idsvc.key
|
||||||
rm -f /tmp/secret.gpg /tmp/idsvc.key
|
rm -f /tmp/secret.gpg /tmp/idsvc.key
|
||||||
|
|||||||
Reference in New Issue
Block a user