From: Markham Date: Sat, 13 Jul 2024 18:10:42 +0000 (+0200) Subject: toolchecker.mk: remove libssl-dev X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=37471548947ff02c4175cea34b2df96139cc7c41;p=bs-cst-neutrino-hd.git toolchecker.mk: remove libssl-dev --- diff --git a/make/toolchecker.mk b/make/toolchecker.mk index f518cb9..9a68eeb 100755 --- a/make/toolchecker.mk +++ b/make/toolchecker.mk @@ -268,15 +268,6 @@ echo "" echo -e "glib2.0-dev: \033[31mnot installed\033[0m" fi #---------------------------------------------# - # (Ubuntu)libssl-dev / (Red Hat)openssl-devel - package_info=$(dpkg -s libssl-dev 2>/dev/null) - if echo "$package_info" | grep -q "install ok"; then - VERSION=$(echo "$package_info" | grep "^Version:" | cut -d' ' -f2 | cut -d'-' -f1) - echo "libssl-dev: "`echo $VERSION` - else - echo -e "libssl-dev: \033[31mnot installed\033[0m" - fi - #---------------------------------------------# echo "" echo -e "\033[31m* check your installed hostapps in the list above !!!\033[0m" echo ""