Skip to content

Commit 8bfe4aa

Browse files
authored
Update version-easy-linux.sh
1 parent cad9cc5 commit 8bfe4aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

version-easy-linux.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -e
3+
# Version: 0.0.2
34
scripts_dir=/opt/easy-linux
45
source ${scripts_dir}/.envrc
56

@@ -20,16 +21,21 @@ declare -A required_versions=(
2021
["INSTALL.zip"]="0.0.2"
2122
[".shellcheckrc"]="0.0.2"
2223
["support/support-Banner_func.sh"]="0.0.2"
24+
["support/support-docker.sh"]="0.0.2"
2325
["support/support-fatrat.sh"]="0.0.2"
2426
["support/support-fix-my-perm.sh"]="0.0.2"
2527
["support/support-hxcdump.sh"]="0.0.2"
2628
["support/support-linux_connection_script.sh"]="0.0.2"
2729
["support/support-makeWordlist.sh"]="0.0.2"
30+
["support/support-monDOWN.sh"]="0.0.2"
31+
["support/support-monUP.sh"]="0.0.2"
2832
["support/support-Prompt_func.sh"]="0.0.2"
2933
["support/support-sysinfo.sh"]="0.0.2"
3034
["support/support-trap-wifi.sh"]="0.0.2"
3135
["support/support-webmin.sh"]="0.0.2"
3236
["support/support-wifite.sh"]="0.0.2"
37+
["support/support-wpaDOWN.sh"]="0.0.2"
38+
["support/support-wpaUP.sh"]="0.0.2"
3339
)
3440

3541
function check_version {

0 commit comments

Comments
 (0)