From 711542d110e3716aa4aa4d098541011b02839f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=20Go=C3=B1i?= Date: Tue, 29 Oct 2024 14:07:44 +0100 Subject: [PATCH] CI: check that the binaries are on the path --- ci-helpers/check-installation.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-helpers/check-installation.sh b/ci-helpers/check-installation.sh index f54c233..96e9724 100755 --- a/ci-helpers/check-installation.sh +++ b/ci-helpers/check-installation.sh @@ -26,4 +26,8 @@ echo "All files are present" printf "Checking that the service is enabled: " systemctl --user is-enabled razercontrol.service +echo "Checking files on the path" +printf -- "- " && which razer-cli +printf -- "- " && which razer-settings + echo "Done!"