aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-02-26 22:27:49 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-02-26 22:27:49 +0100
commit45e4622d3dcab0374b518aa1dce4da17e4f79a71 (patch)
treecf95f006702d363d1a6af6d19ce8629d6fc3ecac /install
parentaf4a9b37cea751595700bcfb2605b09816bdce56 (diff)
Use passage instead of pass
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."