-y
This commit is contained in:
parent
fb43187560
commit
aa1c0efe31
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install bind9 bind9utils bind9-doc
|
sudo apt install -y bind9 bind9utils bind9-doc
|
||||||
|
|
||||||
systemctl start named
|
systemctl start named
|
||||||
systemctl enable named
|
systemctl enable named
|
||||||
|
|
Loading…
Reference in a new issue