more modules comming with deps support

This commit is contained in:
levasseur
2021-09-20 17:37:41 +02:00
parent 4452098938
commit 8e8a226728
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
export VER_authnz=0.1.2 export VER_authnz=0.1.2
export DEP_authnz="upgrade_dist"
# Users (from Ldap) # Users (from Ldap)
add_remote_user() add_remote_user()

View File

@@ -15,6 +15,9 @@
export VER_upgrade_dist="0.0.9" export VER_upgrade_dist="0.0.9"
# The following var must stay empty
export DEP_upgrade_dist=""
upgrade_dist() upgrade_dist()
{ {
local proxyfile=/etc/apt/apt.conf.d/00proxy local proxyfile=/etc/apt/apt.conf.d/00proxy