Skip to content

Commit d20b110

Browse files
authored
Update run.sh
1 parent 128c918 commit d20b110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ spin() {
2222
if [ ! -x "$(command -v dg_ctl)" ]; then
2323
echo "-- drogon does not exist, downloading..."
2424
git submodule update --init
25+
sleep 2
2526
cd drogon
2627
git submodule update --init
28+
sleep 2
2729
mkdir build
2830
cd build
2931
cmake ..

0 commit comments

Comments
 (0)