diff --git a/README.md b/README.md index 03f4f7c..95f6c63 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,13 @@ When you use gnome, you need to switch to Xord by using default session "Gnome w If there is no Connection detectable on the apple product. Try:
sudo gnome-script.shin the Application Folder. -If you want to have this permanently, add "ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver" to the very end of the sudoer file. You can access it by: +If you want to have this permanently, type:
sudo visudo-Add /usr/bin/airplayserver by: +and add this to the very end of the file: +
ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver"+Now we need the /usr/bin/airplayserver file. Create this file:
sudo nano /usr/bin/airplayserver-with this: +and add this content:
#!/bin/bash sudo $APPDIR/gnome-script.sh sleep 1 #gives the services time to fully start