lukicdarkoo / rpi-wifi

Configures simultaneous AP and Managed Mode Wifi on Raspberry Pi
GNU General Public License v3.0
535 stars 119 forks source link

apt -y install dhcpcd #31

Open divya0056 opened 2 years ago

divya0056 commented 2 years ago

Raspberrypi 4b 64 bit dhcpcd package not available , install stops suggest change line to ap_sta_config2.sh Line 183 from apt -y install dhcpcd to apt -y install dhcpcd5

xiki808 commented 2 years ago

Hey, I'm on raspbian bullseye lite 64 bit ( RPi 4 ) and dhcpcd5 is already installed!

On another note, I had also another issue, maybe you can have a look at #32?