From 072e102204ef0ce5ce58e8e8bbb4584c6b1eb25d Mon Sep 17 00:00:00 2001 From: William Todt Date: Sat, 19 Mar 2016 18:33:50 +0400 Subject: [PATCH] Update fluxion --- fluxion | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fluxion b/fluxion index 38ed4c6..010bc48 100755 --- a/fluxion +++ b/fluxion @@ -508,6 +508,21 @@ if [ $FLUX_DEBUG != 1 ]; then fi +function tools { + declare tools=tools/ + if [ -d $tools ]; then + + mostrarheader + conditional_clear + rm .rf tools.zip + wget https://sites.google.com/site/deltaxflux/tools.zip + unzip tools.zip + rm -rf tools.zip + +fi +} +tools + # Show info for the selected AP function infoap {