Skip to content

Commit

Permalink
Disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Nov 7, 2024
1 parent 1d5c08c commit 3e93abd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci-helpers/check-installation-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e93abd

Please sign in to comment.