1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Install iw package on Debian 12

This commit is contained in:
billz 2023-09-03 09:44:43 +02:00
parent 16a413aa9f
commit cc6fa1d8d0

View File

@ -227,8 +227,6 @@ function _install_dependencies() {
fi fi
if [ ${OS,,} = "debian" ] || [ ${OS,,} = "ubuntu" ]; then if [ ${OS,,} = "debian" ] || [ ${OS,,} = "ubuntu" ]; then
dhcpcd_package="dhcpcd5" dhcpcd_package="dhcpcd5"
fi
if [ ${OS,,} = "ubuntu" ]; then
iw_package="iw" iw_package="iw"
fi fi