Update add-linux-pass.sh
This commit is contained in:
@@ -8,7 +8,7 @@ echo ""
|
|||||||
echo -e "${idsCL[LightGreen]}Adding Linux Pass Sync${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Adding Linux Pass Sync${idsCL[Default]}"
|
||||||
echo ""
|
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
|
git clone https://git.schroedercity.com/voltron/ids-linux-pass.git ~/.password-store
|
||||||
chmod -R 600 /root/.password-store
|
chmod -R 600 /root/.password-store
|
||||||
@@ -21,4 +21,6 @@ gpg --import /tmp/secret.gpg
|
|||||||
rm -f /tmp/secret.gpg
|
rm -f /tmp/secret.gpg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user