mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Install iw package on Debian 12
This commit is contained in:
parent
16a413aa9f
commit
cc6fa1d8d0
1 changed files with 0 additions and 2 deletions
|
@ -227,8 +227,6 @@ function _install_dependencies() {
|
|||
fi
|
||||
if [ ${OS,,} = "debian" ] || [ ${OS,,} = "ubuntu" ]; then
|
||||
dhcpcd_package="dhcpcd5"
|
||||
fi
|
||||
if [ ${OS,,} = "ubuntu" ]; then
|
||||
iw_package="iw"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue