From 64324ab5283914d7faf238a7d670ae7f89ee7bfc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 13 Oct 2025 23:01:06 +0200 Subject: bin: Add msmtp to the required packages list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/doctor.rb') 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 -- cgit v1.2.3