From 74560823919c3b19d4a2fc75c6428075432df49a Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 25 Jul 2025 21:31:51 +0200 Subject: [PATCH] added submodule handling to reposinit --- reposinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reposinit b/reposinit index 5128757..169394c 100755 --- a/reposinit +++ b/reposinit @@ -1,4 +1,6 @@ #!/bin/sh # +git submodule init +git submodule update echo "* Creating virtual env" mkvenv