Update fluxion

This commit is contained in:
William Todt 2016-03-02 19:18:32 +04:00
parent c9c092a8aa
commit 66914bed29
1 changed files with 4 additions and 1 deletions

View File

@ -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 {