Update add-linux-pass.sh

This commit is contained in:
2022-06-04 22:41:19 -05:00
parent f88c11ca1a
commit 0bd40d9c9b

View File

@@ -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