fix
This commit is contained in:
parent
8bd494e2e9
commit
ec0e0436e4
2 changed files with 3 additions and 2 deletions
|
@ -14,3 +14,5 @@ subnet 192.168.1.0 netmask 255.255.255.0 { \
|
||||||
}"
|
}"
|
||||||
|
|
||||||
echo -e "$config" | sudo tee /etc/dhcp/dhcpd.conf >/dev/null
|
echo -e "$config" | sudo tee /etc/dhcp/dhcpd.conf >/dev/null
|
||||||
|
|
||||||
|
systemctl enable isc-dhcp-server --now
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y nginx
|
sudo apt install -y nginx
|
||||||
sudo systemctl start nginx
|
sudo systemctl enable nginx --now
|
||||||
sudo systemctl enable nginx
|
|
||||||
|
|
Loading…
Reference in a new issue