From 91993cfa2bd38b6ba607a64e2a7a7232e3f195d9 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Fri, 20 Sep 2024 21:15:41 -0500 Subject: [PATCH] Clone recursively --- download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.sh b/download.sh index faddb4d..97ab8f7 100755 --- a/download.sh +++ b/download.sh @@ -8,7 +8,7 @@ useradd -m -s /bin/bash -G sudo,docker p8d passwd p8d echo "cloning repo" -git clone https://github.com/moncheeta/p8d.git /p8d/ +git clone --recursive https://github.com/moncheeta/p8d.git /p8d/ chown -R p8d /p8d/ cd /p8d/ -- 2.43.4