suppression de systemd-resolved
This commit is contained in:
@@ -12,7 +12,7 @@ if ! command -v dnsmasq &> /dev/null; then
|
|||||||
echo "Installation de dnsmasq..."
|
echo "Installation de dnsmasq..."
|
||||||
apt update && apt install -y dnsmasq
|
apt update && apt install -y dnsmasq
|
||||||
echo "Installation d'outils réseau..."
|
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
|
systemctl disable --now avahi-daemon
|
||||||
else
|
else
|
||||||
echo "dnsmasq est déjà installé."
|
echo "dnsmasq est déjà installé."
|
||||||
|
|||||||
Reference in New Issue
Block a user