Update git pull to grab submodules

This commit is contained in:
Skillet 2023-04-03 11:38:17 -04:00 committed by GitHub
parent 7da23496f0
commit 0ce3bebfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ apt-get update
su "${USER}" - <<- __EOC__
(
git clone --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS"
git clone --recurse-submodules --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS"
cd "${USER_HOME}/SquadJS" || exit 1
yarn install
yarn cache clean