Add missing test brackets for kali check

This commit is contained in:
billz
2025-12-01 17:36:17 +01:00
parent c8047670a2
commit 0f5768a7dd

View File

@@ -246,7 +246,7 @@ function _install_dependencies() {
else else
echo "${php_package} will be installed from the main deb sources list" echo "${php_package} will be installed from the main deb sources list"
fi fi
if [ ${OS,,} = "debian" ] || [ ${OS,,} = "ubuntu" || ${OS,,} = "kali" ]; then if [ ${OS,,} = "debian" ] || [ ${OS,,} = "ubuntu" ] || [ ${OS,,} = "kali" ]; then
dhcpcd_package="dhcpcd5" dhcpcd_package="dhcpcd5"
iw_package="iw" iw_package="iw"
rsync_package="rsync" rsync_package="rsync"