suppression de systemd-resolved

This commit is contained in:
Cédric Abonnel 2025-03-20 08:07:55 +01:00
parent a3ecc212dd
commit 0d46cf7752
1 changed files with 1 additions and 1 deletions
scripts/server-dhcp

View File

@ -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é."