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.
This commit is contained in:
parent
66877aaad1
commit
07821576ec
|
@ -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[@]
|
||||
|
|
Loading…
Reference in New Issue