6 lines
177 B
Bash
6 lines
177 B
Bash
#!/bin/bash
|
|
./install_without_services.sh custom_apps.lst
|
|
echo first execution of script finished, waiting 10s to do the second one
|
|
sleep 5
|
|
sleep 5
|
|
./install.sh custom_apps.lst
|