mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 12:09:20 -06:00
use custom squadjs
This commit is contained in:
parent
319a9e47c8
commit
1cf304388b
@ -28,7 +28,7 @@ apt-get update
|
|||||||
|
|
||||||
su "${USER}" - <<- __EOC__
|
su "${USER}" - <<- __EOC__
|
||||||
(
|
(
|
||||||
git clone --depth 1 --branch "v${squadjs_version}" https://github.com/Team-Silver-Sphere/SquadJS.git "${USER_HOME}/SquadJS"
|
git clone --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