diff options
| -rw-r--r-- | config/aerc/accounts.conf.age | bin | 1797 -> 1723 bytes | |||
| -rwxr-xr-x | install | 2 | ||||
| -rwxr-xr-x | sensitive | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/config/aerc/accounts.conf.age b/config/aerc/accounts.conf.age Binary files differindex a738b67..6de1158 100644 --- a/config/aerc/accounts.conf.age +++ b/config/aerc/accounts.conf.age @@ -108,4 +108,4 @@ 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." +echo "Sensitive files have not been decrypted. Run ./sensitive to decrypt." @@ -1,6 +1,9 @@ #!/usr/bin/env bash -sensitive_files=("config/aerc/accounts.conf") +sensitive_files=( + "config/aerc/accounts.conf" + "config/weechat/sec.conf" +) if [[ "$1" == "update" ]]; then echo "Updating" |