build-debian: Install systemd-resolved last

This commit is contained in:
Johan Gunnarsson 2023-03-06 20:09:08 +01:00
parent 46b84c4e7f
commit 5e96a8e96f
1 changed files with 1 additions and 1 deletions

View File

@ -123,8 +123,8 @@ chroot debian /bin/sh -ex <<- EOF
/usr/bin/apt-get update
/usr/bin/apt-get -y --no-install-recommends install ${KERNEL}
/usr/bin/apt-get -y upgrade
/usr/bin/apt-get -y install systemd-resolved || :
/usr/bin/apt-get -y install systemd-timesyncd || :
/usr/bin/apt-get -y install systemd-resolved || :
/usr/bin/apt-get clean
/bin/rm -rf /var/lib/apt/lists/*
/usr/bin/systemctl enable systemd-networkd.service