diff --git a/add-linux-pass.sh b/add-linux-pass.sh index 7c50292..889aed1 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -12,6 +12,8 @@ apt -y install pass git curl git clone https://git.schroedercity.com/voltron/ids-linux-pass.git ~/.password-store 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