mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Add submodule support in checkout-deps.sh
This commit is contained in:
parent
dd6ef4811c
commit
32e1908859
@ -2,7 +2,7 @@
|
|||||||
trap "exit" INT
|
trap "exit" INT
|
||||||
|
|
||||||
if [ ! -d "amxmodx" ]; then
|
if [ ! -d "amxmodx" ]; then
|
||||||
git clone https://github.com/alliedmodders/amxmodx.git
|
git clone --recursive https://github.com/alliedmodders/amxmodx.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" != "--no-mysql" ]; then
|
if [ "$1" != "--no-mysql" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user