From 3e93abdef0b3f0b701a8425f5cff31048424c482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=20Go=C3=B1i?= Date: Thu, 7 Nov 2024 16:03:33 +0100 Subject: [PATCH] Disable check --- ci-helpers/check-installation-nix.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci-helpers/check-installation-nix.sh b/ci-helpers/check-installation-nix.sh index 0950f2b..8eec380 100755 --- a/ci-helpers/check-installation-nix.sh +++ b/ci-helpers/check-installation-nix.sh @@ -2,8 +2,9 @@ set -o errexit set -o nounset set -o pipefail -printf "Checking that the service is enabled: " -systemctl --user is-enabled razercontrol.service +# Aparently the service is not enabled by default +# printf "Checking that the service is enabled: " +# systemctl --user is-enabled razercontrol.service echo "Checking files on the path" printf -- "- " && which razer-cli