From cc6fa1d8d064eee0e557d74ab05ba2a2c840478e Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 3 Sep 2023 09:44:43 +0200 Subject: [PATCH] Install iw package on Debian 12 --- installers/common.sh | 2 -- 1 file changed, 2 deletions(-) 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