From 14e325aa4482ad300da7a9f5286b1372fe507e08 Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 11 Apr 2021 21:39:04 +0200 Subject: [PATCH] added sleep in /usr/bin file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0072f53..03f4f7c 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Requires 5G Wifi connection. 4. sh install.sh ##Building on Manjaro -1. sudo pamac install cmake -2. sh install.sh +
 sudo pamac install cmake 
+
 sh install.sh 
When you use gnome, you need to switch to Xord by using default session "Gnome with Xorg" at GDM. ##GTK+ Features: @@ -37,5 +37,6 @@ Add /usr/bin/airplayserver by: with this:
#!/bin/bash
 sudo $APPDIR/gnome-script.sh
+sleep 1 #gives the services time to fully start
 cd $APPDIR/build
 ./AirplayServer
\ No newline at end of file