Adguard: Fix adduser

This commit is contained in:
Benoit 2025-02-15 13:04:32 +09:00
parent 23283402fa
commit 418352efa1
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -10,7 +10,7 @@ VER="${VER//./-}"
UPSTREAM_VER="0.107.56"
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
UPSTREAM_NAME="adguard"
SERIAL="1benoitjpnet"
SERIAL="2benoitjpnet"
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
@ -30,7 +30,6 @@ incus exec "$CNAME" -- apt-get install -y --no-install-recommends wget
incus exec "$CNAME" -- adduser \
--shell /bin/bash \
--gecos "AdGuard Home DNS Server" \
--group \
--disabled-password \
--home /opt/adguard \
adguard