diff --git a/README.md b/README.md index 95f6c63..e0098ca 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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-and add this content: +and add this content (replace $APPDIR with your location of the application):
#!/bin/bash sudo $APPDIR/gnome-script.sh sleep 1 #gives the services time to fully start