added sleep in /usr/bin file

This commit is contained in:
2021-04-11 21:39:04 +02:00
parent f6714f4074
commit 14e325aa44

View File

@@ -18,8 +18,8 @@ Requires 5G Wifi connection.
4. sh install.sh
##Building on Manjaro
1. sudo pamac install cmake
2. sh install.sh
<pre> sudo pamac install cmake </pre>
<pre> sh install.sh </pre>
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:
<pre>#!/bin/bash
sudo $APPDIR/gnome-script.sh
sleep 1 #gives the services time to fully start
cd $APPDIR/build
./AirplayServer</pre>