From 0bd40d9c9b6250d82d8d7f469b5ded5726440503 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Jun 2022 22:41:19 -0500 Subject: [PATCH] Update add-linux-pass.sh --- add-linux-pass.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/add-linux-pass.sh b/add-linux-pass.sh index 889aed1..769758b 100755 --- a/add-linux-pass.sh +++ b/add-linux-pass.sh @@ -8,7 +8,7 @@ echo "" echo -e "${idsCL[LightGreen]}Adding Linux Pass Sync${idsCL[Default]}" echo "" -apt -y install pass git curl +apt -y install pass git curl gpg git clone https://git.schroedercity.com/voltron/ids-linux-pass.git ~/.password-store chmod -R 600 /root/.password-store @@ -21,4 +21,6 @@ gpg --import /tmp/secret.gpg rm -f /tmp/secret.gpg + + exit 0 \ No newline at end of file