diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-13 23:01:06 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-13 23:01:06 +0200 |
| commit | 64324ab5283914d7faf238a7d670ae7f89ee7bfc (patch) | |
| tree | cbbb5d497a4c4c5369d31d59979ca6111c22b285 /bin/doctor.rb | |
| parent | 8573226481ecca5b801462d24f5b6327e804c4c9 (diff) | |
| download | dotfiles-64324ab5283914d7faf238a7d670ae7f89ee7bfc.tar.gz dotfiles-64324ab5283914d7faf238a7d670ae7f89ee7bfc.zip | |
bin: Add msmtp to the required packages list
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'bin/doctor.rb')
| -rwxr-xr-x | bin/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doctor.rb b/bin/doctor.rb index 7205dc2..9770cf7 100755 --- a/bin/doctor.rb +++ b/bin/doctor.rb @@ -47,7 +47,7 @@ end puts '0. Checking on binaries needed for the system.' pending = [] -%w[git curl emacs vim mise go cargo ruby rg mbsync parallel notify-send].each do |bin| +%w[git curl emacs vim mise go cargo ruby rg mbsync msmtp parallel notify-send].each do |bin| pending << bin unless has?(executable: bin) end |
