Skip to content

Commit

Permalink
v6.1 Finished. Ready to go to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Mar 5, 2017
1 parent 9a2b966 commit 037830a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Title........: airgeddon.sh
#Description..: This is a multi-use bash script for Linux systems to audit wireless networks.
#Author.......: v1s1t0r
#Date.........: 20170226
#Date.........: 20170305
#Version......: 6.1
#Usage........: bash airgeddon.sh
#Bash Version.: 4.2 or later
Expand Down Expand Up @@ -134,8 +134,7 @@ timeout_secs_per_pixiedust="30"
#Repository and contact vars
github_user="v1s1t0r1sh3r3"
github_repository="airgeddon"
#TODO remove after testing. Don't do pull request without restoring this to master!!
branch="dev"
branch="master"
script_filename="airgeddon.sh"
urlgithub="https://github.com/${github_user}/${github_repository}"
urlscript_directlink="https://raw.githubusercontent.com/${github_user}/${github_repository}/${branch}/${script_filename}"
Expand Down
3 changes: 1 addition & 2 deletions language_strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Title........: language_strings.sh
#Description..: All the translated strings that airgeddon uses are located here.
#Author.......: v1s1t0r
#Date.........: 20170301
#Date.........: 20170305
#Bash Version.: 4.2 or later

#Set language_strings file version
Expand All @@ -14,7 +14,6 @@ function set_language_strings_version() {
language_strings_version="6.1-1"
}


#Set different language text strings
#shellcheck disable=SC2154
#shellcheck disable=SC2034
Expand Down

0 comments on commit 037830a

Please sign in to comment.