From 8ef0edc1cbbae4fe1bbbc612682f032b584eff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Sun, 5 Apr 2020 10:18:49 +0300 Subject: [PATCH] requirement comment --- bumblebee/modules/arch-update.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bumblebee/modules/arch-update.py b/bumblebee/modules/arch-update.py index faae680..f0bc70f 100644 --- a/bumblebee/modules/arch-update.py +++ b/bumblebee/modules/arch-update.py @@ -1,4 +1,8 @@ """Check updates to Arch Linux. + +Requires the following executable: + * checkupdates (from pacman-contrib) + """