From d9e4ca2319d69aa2644d48b54cfc9c816be63b3e Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 11 Apr 2021 21:47:51 +0200 Subject: [PATCH] changed Troubleshooting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0098ca..4bf4de6 100644 --- a/README.md +++ b/README.md @@ -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:
sudo visudo
-and add this to the very end of the file: -
ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver"
+and add this to the very end of the file (replace $APPDIR with your location of the application): +
ALL ALL=(ALL:ALL) NOPASSWD: $APPDIR/gnome-script.sh
Now we need the /usr/bin/airplayserver file. Create this file:
sudo nano /usr/bin/airplayserver
and add this content (replace $APPDIR with your location of the application):