From 86471497998c2347b29f3c9ec83ae2419aec78d6 Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 11 Apr 2021 21:42:23 +0200 Subject: [PATCH] added sleep in /usr/bin file --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.sh
in 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