Update fluxion
This commit is contained in:
parent
c9c092a8aa
commit
66914bed29
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
########## DEBUG Mode ##########
|
########## DEBUG Mode ##########
|
||||||
|
@ -51,6 +50,10 @@ function conditional_clear() {
|
||||||
if [[ "$flux_output_device" != "/dev/stdout" ]]; then clear; fi
|
if [[ "$flux_output_device" != "/dev/stdout" ]]; then clear; fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function airmon {
|
||||||
|
sudo chmod +x airmon
|
||||||
|
}
|
||||||
|
airmon
|
||||||
# Check Updates
|
# Check Updates
|
||||||
function checkupdatess {
|
function checkupdatess {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue