diff options
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." |