File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
+ # Version: 0.0.2
3
4
scripts_dir=/opt/easy-linux
4
5
source ${scripts_dir} /.envrc
5
6
@@ -20,16 +21,21 @@ declare -A required_versions=(
20
21
[" INSTALL.zip" ]=" 0.0.2"
21
22
[" .shellcheckrc" ]=" 0.0.2"
22
23
[" support/support-Banner_func.sh" ]=" 0.0.2"
24
+ [" support/support-docker.sh" ]=" 0.0.2"
23
25
[" support/support-fatrat.sh" ]=" 0.0.2"
24
26
[" support/support-fix-my-perm.sh" ]=" 0.0.2"
25
27
[" support/support-hxcdump.sh" ]=" 0.0.2"
26
28
[" support/support-linux_connection_script.sh" ]=" 0.0.2"
27
29
[" support/support-makeWordlist.sh" ]=" 0.0.2"
30
+ [" support/support-monDOWN.sh" ]=" 0.0.2"
31
+ [" support/support-monUP.sh" ]=" 0.0.2"
28
32
[" support/support-Prompt_func.sh" ]=" 0.0.2"
29
33
[" support/support-sysinfo.sh" ]=" 0.0.2"
30
34
[" support/support-trap-wifi.sh" ]=" 0.0.2"
31
35
[" support/support-webmin.sh" ]=" 0.0.2"
32
36
[" support/support-wifite.sh" ]=" 0.0.2"
37
+ [" support/support-wpaDOWN.sh" ]=" 0.0.2"
38
+ [" support/support-wpaUP.sh" ]=" 0.0.2"
33
39
)
34
40
35
41
function check_version {
You can’t perform that action at this time.
0 commit comments