From f88c11ca1a131ae6a840c49e1ed9fd5863e5b6a9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Jun 2022 18:49:44 -0500 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 2 ++ 1 file changed, 2 insertions(+) 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