did not install the dhcpd client, but server package

This commit is contained in:
alpcentaur 2023-07-04 17:01:39 +00:00
parent 860a0d13c6
commit d5048f5c3a

View file

@ -65,7 +65,7 @@ The first boot takes a bit longer, up to 2 minutes.
On the Armbian System, SSH on ethernet is enabled. We need to give the On the Armbian System, SSH on ethernet is enabled. We need to give the
Pi an IP Adress now. Pi an IP Adress now.
# Install a dhcp client, in my case it was Arch and dhcpd # Install a dhcp server, in my case it was Arch and dhcpd
sudo pacman -S dhcpd sudo pacman -S dhcpd
Now we have to create a new local network. Now we have to create a new local network.