aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-10-13 23:01:06 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-10-13 23:01:06 +0200
commit64324ab5283914d7faf238a7d670ae7f89ee7bfc (patch)
treecbbb5d497a4c4c5369d31d59979ca6111c22b285
parent8573226481ecca5b801462d24f5b6327e804c4c9 (diff)
downloaddotfiles-64324ab5283914d7faf238a7d670ae7f89ee7bfc.tar.gz
dotfiles-64324ab5283914d7faf238a7d670ae7f89ee7bfc.zip
bin: Add msmtp to the required packages list
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rwxr-xr-xbin/doctor.rb2
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