mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 10:59:18 -06:00
Update git pull to grab submodules
This commit is contained in:
parent
7da23496f0
commit
0ce3bebfa7
@ -28,7 +28,7 @@ apt-get update
|
|||||||
|
|
||||||
su "${USER}" - <<- __EOC__
|
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
|
cd "${USER_HOME}/SquadJS" || exit 1
|
||||||
yarn install
|
yarn install
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
Loading…
Reference in New Issue
Block a user