Skip to content

Commit a9c768f

Browse files
author
Nathan Bridgewater
committed
Update mono-install-scripts/fedora/install_mono-master.sh
making this script match Denise' contribution.
1 parent 3e5b976 commit a9c768f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mono-install-scripts/fedora/install_mono-master.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ cd $BUILDDIR
3939
echo Cloning projects
4040
for i in "${SOURCES[@]}"
4141
do
42-
git clone $i
42+
git clone --depth 1 --branch master $i
43+
git submodule update --init --recursive
4344
done
4445

4546
echo

0 commit comments

Comments
 (0)