diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-26 22:27:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-26 22:27:49 +0100 |
| commit | 45e4622d3dcab0374b518aa1dce4da17e4f79a71 (patch) | |
| tree | cf95f006702d363d1a6af6d19ce8629d6fc3ecac /install | |
| parent | af4a9b37cea751595700bcfb2605b09816bdce56 (diff) | |
Use passage instead of pass
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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." |