Forgot the -y for apt-get for soldat

This commit is contained in:
DeathByDenim 2022-07-01 08:56:02 -04:00
parent 86627db5f1
commit c356a1dbb2
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ -e /etc/systemd/system/soldat.service ]; then
fi
# Install dependencies
sudo apt-get install build-essential g++ cmake git fpc libprotobuf-dev protobuf-compiler libssl-dev libsdl2-dev libopenal-dev libphysfs-dev libfreetype6
sudo apt-get -y install build-essential g++ cmake git fpc libprotobuf-dev protobuf-compiler libssl-dev libsdl2-dev libopenal-dev libphysfs-dev libfreetype6
# Install BZFlag
builddir=${TMPDIR:-/tmp}/soldat-build