diff --git a/Scripts/aio_installation.sh b/Scripts/aio_installation.sh index 8afc2b7..14b60ea 100644 --- a/Scripts/aio_installation.sh +++ b/Scripts/aio_installation.sh @@ -1,4 +1,6 @@ #!/bin/bash ./install_without_services.sh custom_apps.lst +echo first execution of script finished, waiting 10s to do the second one sleep 5 -./install.sh custom_apps.lst \ No newline at end of file +sleep 5 +./install.sh custom_apps.lst