Forgot another --assume-yes for apt

This commit is contained in:
DeathByDenim 2022-02-19 21:19:53 -05:00
parent 21b1007a35
commit 86a5cf5554
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ -e /lib/systemd/system/armagetronad-dedicated.service ]; then
systemctl stop armagetronad-dedicated
fi
apt install armagetronad-dedicated
apt install --assume-yes armagetronad-dedicated
# Override unit file to use console2web
cat > /etc/systemd/system/armagetronad-dedicated.service.d/override.conf <<EOF