Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Jan 1, 2024
1 parent 58f1dc4 commit 52a7260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pct restore 10443 scrypted.tar.zst
The following will add the udev rules should be used to give Scrypted access to GPU devices:

```sh
sh -c "echo 'SUBSYSTEM==\"apex\", MODE=\"0660\"' > /etc/udev/rules.d/65-scrypted.rules"
sh -c "echo 'SUBSYSTEM==\"apex\", MODE=\"0666\"' > /etc/udev/rules.d/65-scrypted.rules"
sh -c "echo 'KERNEL==\"renderD128\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules"
sh -c "echo 'KERNEL==\"card0\", MODE=\"0666\"' >> /etc/udev/rules.d/65-scrypted.rules"
udevadm control --reload-rules && udevadm trigger
Expand Down

0 comments on commit 52a7260

Please sign in to comment.