switch to testing branch of squadjs

This commit is contained in:
Skillet 2023-04-08 18:47:57 -04:00 committed by GitHub
parent 19734b24fc
commit 8e85fbc458
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 --depth 1 -b playercontfix https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS"
cd "${USER_HOME}/SquadJS" || exit 1
yarn install
yarn cache clean