From 2af45501d974e4c1e83b358addd1b76fd24f5319 Mon Sep 17 00:00:00 2001 From: levasseur Date: Mon, 20 Sep 2021 17:37:41 +0200 Subject: [PATCH] more modules comming with deps support --- modules/authnz.sh | 1 + modules/upgrade_dist.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/modules/authnz.sh b/modules/authnz.sh index b159ee4..ab5cfb0 100644 --- a/modules/authnz.sh +++ b/modules/authnz.sh @@ -14,6 +14,7 @@ # ------------------------------------------------------------------------------ export VER_authnz=0.1.2 +export DEP_authnz="upgrade_dist" # Users (from Ldap) add_remote_user() diff --git a/modules/upgrade_dist.sh b/modules/upgrade_dist.sh index a2f6c9b..5663fe9 100644 --- a/modules/upgrade_dist.sh +++ b/modules/upgrade_dist.sh @@ -15,6 +15,9 @@ export VER_upgrade_dist="0.0.9" +# The following var must stay empty +export DEP_upgrade_dist="" + upgrade_dist() { local proxyfile=/etc/apt/apt.conf.d/00proxy