From 45e4622d3dcab0374b518aa1dce4da17e4f79a71 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 26 Feb 2025 22:27:49 +0100 Subject: Use passage instead of pass --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install') 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 to decrypt." -- cgit