Skip to content

Commit

Permalink
Remove funky and broken pkexec stuff
Browse files Browse the repository at this point in the history
The proper solution seems to be to make sure the users is in the `dialout` group.  This should probably be handled within the Python code itself.
  • Loading branch information
qwertychouskie committed May 7, 2024
1 parent 51763de commit 8832eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REVHubInterface.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/sh
flatpak-spawn --host pkexec flatpak run --command="python3 -m REVHubInterface" org.unofficialrevport.REVHubInterface
python3 -m REVHubInterface

0 comments on commit 8832eca

Please sign in to comment.