added tagfile and make use of it in modules

This commit is contained in:
2021-12-15 10:55:18 +01:00
parent 925d32c2b6
commit a79d079cac
15 changed files with 81 additions and 31 deletions

View File

@@ -13,7 +13,7 @@
# none
# ------------------------------------------------------------------------------
export VER_install_chromium="0.0.1"
export VER_install_chromium="0.0.2"
export DEP_install_chromium="upgrade_dist"
install_chromium()
@@ -30,6 +30,7 @@ install_chromium()
# Install package manager conf file for Chromium
installfile apt_chromium.conf /etc/apt/preferences.d/
tagfile /etc/apt/preferences.d/apt_chromium.conf
# Update package list and install
prnt I "Mise à jour de la liste des dépots..."