mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 16:29:18 -06:00
switch to testing branch of squadjs
This commit is contained in:
parent
19734b24fc
commit
8e85fbc458
@ -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 --depth 1 -b playercontfix 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