fix: use non-interactive davfs2 installation
This commit is contained in:
2
arty.yml
2
arty.yml
@@ -341,7 +341,7 @@ scripts:
|
|||||||
# Install davfs2 if not present
|
# Install davfs2 if not present
|
||||||
if ! command -v mount.davfs >/dev/null 2>&1; then
|
if ! command -v mount.davfs >/dev/null 2>&1; then
|
||||||
echo "Installing davfs2..."
|
echo "Installing davfs2..."
|
||||||
apt update && apt install -y davfs2
|
DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y davfs2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create mount point
|
# Create mount point
|
||||||
|
|||||||
Reference in New Issue
Block a user