14
This commit is contained in:
parent
4022aafe7c
commit
03687573a6
3
Makefile
3
Makefile
@ -25,3 +25,6 @@ clear-ctrlr:
|
||||
remove-containerd:
|
||||
apt update
|
||||
apt purge -y containerd
|
||||
|
||||
install-resolvconf:
|
||||
bash install-resolvconf.sh
|
||||
|
9
install-resolvconf.sh
Executable file
9
install-resolvconf.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user