diff --git a/scripts/_common.sh b/scripts/_common.sh index 11a54a8..e64c6cc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app +# dependencies used by the scripts (generating password and processing IPs) pkg_dependencies="python3-bcrypt python3-yaml" #=================================================