fix branch

This commit is contained in:
sadnub 2023-05-02 16:02:36 -04:00
parent 7a3d36899b
commit de419319d8
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ git clone https://github.com/${REPO}/tacticalrmm.git /rmm/
cd /rmm
git config user.email "admin@example.com"
git config user.name "Bob"
git checkout master
git checkout ${BRANCH}
sudo mkdir -p ${SCRIPTS_DIR}
sudo chown ${USER}:${USER} ${SCRIPTS_DIR}