File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ rpm-ostree install \
2929 gcc-c++ \
3030 kontact \
3131 ksshaskpass \
32+ openrgb-udev-rules \
3233 podman-compose \
3334 podman-docker \
3435 steam-devices \
@@ -43,19 +44,6 @@ touch /etc/containers/nodocker
4344
4445systemctl enable podman.socket
4546
46- # openrgb udev rules
47-
48- curl -LO " https://openrgb.org/releases/release_0.9/60-openrgb.rules"
49- mv 60-openrgb.rules /etc/udev/rules.d/
50- restorecon /etc/udev/rules.d/60-openrgb.rules
51-
52- # steam udev rules
53-
54- curl -fLo /etc/udev/rules.d/60-steam-input.rules https://raw.githubusercontent.com/ValveSoftware/steam-devices/master/60-steam-input.rules
55- restorecon /etc/udev/rules.d/60-steam-input.rules
56- curl -fLo /etc/udev/rules.d/60-steam-vr.rules https://raw.githubusercontent.com/ValveSoftware/steam-devices/master/60-steam-vr.rules
57- restorecon /etc/udev/rules.d/60-steam-vr.rules
58-
5947# change default shell
6048
6149sed -i ' s@/bin/bash@/bin/zsh@g' /etc/default/useradd
You can’t perform that action at this time.
0 commit comments