summaryrefslogtreecommitdiff
path: root/hosts/iroha/scripts/disable-rgb
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/iroha/scripts/disable-rgb')
-rwxr-xr-xhosts/iroha/scripts/disable-rgb2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/iroha/scripts/disable-rgb b/hosts/iroha/scripts/disable-rgb
index c05c1a5..a36eaab 100755
--- a/hosts/iroha/scripts/disable-rgb
+++ b/hosts/iroha/scripts/disable-rgb
@@ -1,2 +1,2 @@
#! /usr/bin/env sh
-su -c 'openrgb -d 0 -m off && openrgb -d 1 -m off && openrgb -d 2 -m off && openrgb -d 3 -m off'
+su -c 'modprobe i2c-dev && openrgb -d 0 -m off && openrgb -d 1 -m off && openrgb -d 2 -m off && openrgb -d 3 -m off'