You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For raspbian compatibility, you have to make the following modifications. parsec-launcher.sh:
sudo su $1 -c "sudo openvt -s -f sh $2parsec.sh $1 $3"; sudo service kodi stop; parsec.sh:
sudo su $1 -c "parsec $2"; sudo service kodi start;
The text was updated successfully, but these errors were encountered:
For raspbian compatibility, you have to make the following modifications.
parsec-launcher.sh:
sudo su $1 -c "sudo openvt -s -f sh $2parsec.sh $1 $3"; sudo service kodi stop;
parsec.sh:
sudo su $1 -c "parsec $2"; sudo service kodi start;
The text was updated successfully, but these errors were encountered: