From 07821576ecd6c1ff186d6f17cde779d550a1e681 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Thu, 9 Nov 2017 13:50:15 -0600 Subject: [PATCH] Made python dependency more specific. The issue could've occured on systems where the default python package isn't python 2.7, such as arch linux where it's python 3.X. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 5e06bb3..ad280b0 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -258,7 +258,7 @@ if [ ! $FLUXIONDebug ]; then echo - FLUXIONCLIToolsRequired=("aircrack-ng" "python:python|python2" "awk:awk|gawk|mawk" "curl" "dhcpd:isc-dhcp-server" "7zr:p7zip" "hostapd" "lighttpd" "iwconfig:wireless-tools" "macchanger" "mdk3" "nmap" "openssl" "php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools" "fuser:psmisc" "killall:psmisc") + FLUXIONCLIToolsRequired=("aircrack-ng" "python2:python2.7|python2" "awk:awk|gawk|mawk" "curl" "dhcpd:isc-dhcp-server" "7zr:p7zip" "hostapd" "lighttpd" "iwconfig:wireless-tools" "macchanger" "mdk3" "nmap" "openssl" "php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools" "fuser:psmisc" "killall:psmisc") FLUXIONCLIToolsMissing=() while ! installer_utils_check_dependencies FLUXIONCLIToolsRequired[@]