aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 3 insertions, 2 deletions
diff --git a/install b/install
index 40a2c87..e26e681 100755
--- a/install
+++ b/install
@@ -83,7 +83,8 @@ touch ~/.tool-versions
echo "Setting up terminfo"
tic xterm-256color-italic.terminfo
-echo "Clone pass"
-git clone git@git.unlimited.pizza:rbdr/pass ~/.password-store
+echo "Cloning password store"
+mkdir -p ~/.passage
+git clone git@git.r.bdr.sh:rbdr/pass ~/.passage/store
echo "Sensitive files have not been decrypted. Run ./sensitive <identity.txt> to decrypt."