7 lines
119 B
Bash
Executable file
7 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo apt update
|
|
sudo apt install bind9 bind9utils bind9-doc
|
|
|
|
systemctl start named
|
|
systemctl enable named
|