This commit is contained in:
Eliezer Croitoru 2024-01-28 11:56:54 +00:00
parent 03687573a6
commit 06f0946686
2 changed files with 4 additions and 11 deletions

View File

@ -26,5 +26,7 @@ remove-containerd:
apt update
apt purge -y containerd
install-resolvconf:
bash install-resolvconf.sh
use-non-stub-resolv:
rm -vf /etc/resolv.conf
ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
apt update
apt install -y resolvconf
rm -vf /etc/resolv.conf
ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf
systemctl disable --now systemd-resolved