diff --git a/scripts/usecases/xonotic/startServer.sh b/scripts/usecases/xonotic/startServer.sh index 29019366..75a9c513 100644 --- a/scripts/usecases/xonotic/startServer.sh +++ b/scripts/usecases/xonotic/startServer.sh @@ -8,6 +8,9 @@ fi echo "[Start Xonotic FPS Game Server Installation]" +# Set the debconf frontend to noninteractive +export DEBIAN_FRONTEND=noninteractive + SECONDS=0 serverName=${1:-Xonotic-0.8.6-Cloud-Barista}