Fix pulling Xonotic Battle Royale from git

This commit is contained in:
DeathByDenim 2022-02-20 20:30:13 -05:00
parent 0d48e251b9
commit 8feec867bf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ apt install --assume-yes autoconf automake build-essential curl git libtool \
# Xonotic Battle Royale branch
xonotic_directory="/opt/xonotic-br"
mkdir -p "${xonotic_directory}"
rm -rf ${xonotic_directory}
git clone https://gitlab.com/xonotic/xonotic.git ${xonotic_directory}
cd ${xonotic_directory}
./all update -l best