diff --git a/support/checkout-deps.sh b/support/checkout-deps.sh index 54081bf..8a3702b 100644 --- a/support/checkout-deps.sh +++ b/support/checkout-deps.sh @@ -2,7 +2,7 @@ trap "exit" INT if [ ! -d "amxmodx" ]; then - git clone https://github.com/Arkshine/CSBotEnabler.git + git clone --recursive https://github.com/Arkshine/CSBotEnabler.git fi checkout ()