From: Damian Myrda Date: Sat, 21 Sep 2024 02:15:41 +0000 (-0500) Subject: Clone recursively X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=91993cfa2bd38b6ba607a64e2a7a7232e3f195d9;p=p8d.git Clone recursively --- 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/