Add submodule support in checkout-deps.sh
This commit is contained in:
parent
dd6ef4811c
commit
32e1908859
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user