Fix path to udev rules in AppRun script
This commit is contained in:
committed by
Cameron Gutman
parent
f6b3cdf842
commit
3e2cb07774
@@ -46,7 +46,7 @@ echo "
|
|||||||
function install() {
|
function install() {
|
||||||
# user input rules
|
# user input rules
|
||||||
# shellcheck disable=SC2002
|
# shellcheck disable=SC2002
|
||||||
cat "$SUNSHINE_SHARE_HERE/udev/rules.d/85-sunshine.rules" | sudo tee /etc/udev/85-sunshine.rules
|
cat "$SUNSHINE_SHARE_HERE/udev/rules.d/85-sunshine.rules" | sudo tee /etc/udev/rules.d/85-sunshine.rules
|
||||||
|
|
||||||
# sunshine service
|
# sunshine service
|
||||||
mkdir -p ~/.config/systemd/user
|
mkdir -p ~/.config/systemd/user
|
||||||
|
|||||||
Reference in New Issue
Block a user