diff --git a/installers/common.sh b/installers/common.sh index 89cc0f26..ff759c05 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -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