suppression de systemd-resolved
This commit is contained in:
parent
a3ecc212dd
commit
0d46cf7752
scripts/server-dhcp
|
@ -12,7 +12,7 @@ if ! command -v dnsmasq &> /dev/null; then
|
|||
echo "Installation de dnsmasq..."
|
||||
apt update && apt install -y dnsmasq
|
||||
echo "Installation d'outils réseau..."
|
||||
apt install -y systemd-resolved avahi-utils net-tools smbclient nmap
|
||||
apt install -y avahi-utils net-tools smbclient nmap
|
||||
systemctl disable --now avahi-daemon
|
||||
else
|
||||
echo "dnsmasq est déjà installé."
|
||||
|
|
Loading…
Reference in New Issue