Skip to content

Commit

Permalink
Fix airgeddon's after commands
Browse files Browse the repository at this point in the history
  • Loading branch information
GlobularOne committed Aug 20, 2024
1 parent 963b03d commit 65202aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wireless/airgeddon.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DEBIAN="git,iw,awk,pciutils,xterm,procps"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS=""
AFTER_COMMANDS="cd {INSTALL_LOCATION}, chmod +x airgeddon.sh, ./airgeddon.sh, mv airgeddon.sh airgeddon"

# THIS WILL CREATE AN AUTOMATIC LAUNCHER FOR THE TOOL
LAUNCHER="airgeddon"

0 comments on commit 65202aa

Please sign in to comment.