This commit is contained in:
Patrick 2024-11-19 20:30:12 +01:00
parent fb43187560
commit aa1c0efe31

View file

@ -1,7 +1,7 @@
#!/bin/bash
sudo apt update
sudo apt install bind9 bind9utils bind9-doc
sudo apt install -y bind9 bind9utils bind9-doc
systemctl start named
systemctl enable named