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