From 2430f51e5b5db7cc7feeb8728ac8e9e7bd99e224 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 17 Sep 2025 14:57:19 +0200 Subject: doctor.rb: Add more required binaries 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 fbb8716..186b7e6 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].each do |bin| +%w[git curl emacs vim mise go cargo ruby rg mbsync parallel notify-send].each do |bin| pending << bin unless has?(executable: bin) end -- cgit v1.2.3