Fix path to udev rules in AppRun script
This commit is contained in:
parent
f6b3cdf842
commit
3e2cb07774
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ echo "
|
|||
function install() {
|
||||
# user input rules
|
||||
# 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
|
||||
mkdir -p ~/.config/systemd/user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue