Add submodule support in checkout-deps.sh

This commit is contained in:
Arkshine 2015-03-14 13:23:47 +01:00
parent dd6ef4811c
commit 32e1908859

View File

@ -2,7 +2,7 @@
trap "exit" INT
if [ ! -d "amxmodx" ]; then
git clone https://github.com/alliedmodders/amxmodx.git
git clone --recursive https://github.com/alliedmodders/amxmodx.git
fi
if [ "$1" != "--no-mysql" ]; then