changed Troubleshooting

This commit is contained in:
2021-04-11 21:47:51 +02:00
parent a92d2be78d
commit d9e4ca2319

View File

@@ -32,8 +32,8 @@ If there is no Connection detectable on the apple product. Try:
in the Application Folder.
If you want to have this permanently, type:
<pre>sudo visudo</pre>
and add this to the very end of the file:
<pre>ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver"</pre>
and add this to the very end of the file (replace $APPDIR with your location of the application):
<pre>ALL ALL=(ALL:ALL) NOPASSWD: $APPDIR/gnome-script.sh</pre>
Now we need the /usr/bin/airplayserver file. Create this file:
<pre>sudo nano /usr/bin/airplayserver</pre>
and add this content (replace $APPDIR with your location of the application):