Skip to content

Commit

Permalink
updating clone to also download the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
modernNeo authored Oct 27, 2024
1 parent 31e70b7 commit 3570d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ do
read forked_repo_https_clone_url
done

git clone "${forked_repo_https_clone_url}"
git clone --recurse-submodules "${forked_repo_https_clone_url}"
cd wall_e/
./run_walle.sh
./run_walle.sh

0 comments on commit 3570d08

Please sign in to comment.