mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 14:09:18 -06:00
use custom squadjs
This commit is contained in:
parent
319a9e47c8
commit
1cf304388b
@ -28,7 +28,7 @@ apt-get update
|
||||
|
||||
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
|
||||
yarn install
|
||||
yarn cache clean
|
||||
|
Loading…
Reference in New Issue
Block a user