diff --git a/setup.sh b/setup.sh
index c561fccbdbff786c2a61110b129927385f4f88d9..1089a4b785b4042906cf52a865682611241194bf 100755
--- a/setup.sh
+++ b/setup.sh
@@ -65,19 +65,16 @@ configure_letsencrypt
 
 if [ "$USE_JITSI" == "true" ]; then
     git clone $JITSI_URL
-    wait
     ./"$JITSI_DIR"/setup.sh
 fi
 
 if [ "$USE_MUMBLE" == "true" ];then
     git clone $MUMBLE_WEB_URL
-    wait
     configure_mumble_web
 fi
 
 if [ "$USE_NOVNC" == "true" ];then
     git clone $NOVNC_URL
-    wait
 fi