add apt install systemd-resolved

This commit is contained in:
mpmc 2023-05-08 20:54:12 +01:00
parent ccc8e3223f
commit 3894725bb7
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ set -e
exit 1;
)
apt install systemd-resolved
# Enable systemd-resolved & link stub-resolv.conf.
systemctl enable --now systemd-resolved