added sleep in /usr/bin file
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user