Navidrome: Remove not required esh dir

This commit is contained in:
Benoit 2024-10-24 18:38:39 +09:00
parent 638df339e2
commit 8bef7dc917
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -20,7 +20,6 @@ incus launch images:$IMAGE $CNAME --quiet
wait_network $CNAME wait_network $CNAME
# Navidrome # Navidrome
incus exec $CNAME -- mkdir /etc/esh
incus exec $CNAME -- apt update incus exec $CNAME -- apt update
incus exec $CNAME -- apt upgrade -y incus exec $CNAME -- apt upgrade -y
incus exec $CNAME -- apt install -y --no-install-recommends ffmpeg wget incus exec $CNAME -- apt install -y --no-install-recommends ffmpeg wget