fix: use non-interactive davfs2 installation

This commit is contained in:
2025-11-22 18:35:37 +01:00
parent c4e26b8a84
commit 71d4e22240

View File

@@ -341,7 +341,7 @@ scripts:
# Install davfs2 if not present
if ! command -v mount.davfs >/dev/null 2>&1; then
echo "Installing davfs2..."
apt update && apt install -y davfs2
DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y davfs2
fi
# Create mount point