Delete Useless Stuff / Fix Checkupdates Function / Auto Update now
This commit is contained in:
parent
8d2e3a2fce
commit
ad4e55625d
15
fluxion
15
fluxion
|
@ -538,21 +538,6 @@ Updated successfully! Restarting the script to apply the changes ..."$transparen
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function tools {
|
|
||||||
declare tools=tools/
|
|
||||||
if [ -d $tools ]; then
|
|
||||||
|
|
||||||
mostrarheader
|
|
||||||
conditional_clear
|
|
||||||
rm -f tools.zip
|
|
||||||
wget https://sites.google.com/site/deltaxflux/tools.zip
|
|
||||||
unzip tools.zip
|
|
||||||
rm -f tools.zip
|
|
||||||
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
tools
|
|
||||||
|
|
||||||
# Show info for the selected AP
|
# Show info for the selected AP
|
||||||
function infoap {
|
function infoap {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue