several improvement and armonisation in filefct.sh, module auth and patch_snmp improved
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
# none
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export VER_install_chromium="0.0.2"
|
||||
export VER_install_chromium="0.0.3"
|
||||
export DEP_install_chromium="upgrade_dist"
|
||||
|
||||
install_chromium()
|
||||
{
|
||||
# Add Debian Buster repo to sources.list.d directory
|
||||
prnt I "Ajout du dépot Debian Buster aux sources logicielles..."
|
||||
installfile debian_buster.list /etc/apt/sources.list.d/
|
||||
install_file debian_buster.list /etc/apt/sources.list.d/
|
||||
|
||||
# Install Debian GPG keys
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DCC9EFBF77E11517
|
||||
@@ -29,8 +29,8 @@ install_chromium()
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 112695A0E562B32A
|
||||
|
||||
# Install package manager conf file for Chromium
|
||||
installfile apt_chromium.conf /etc/apt/preferences.d/
|
||||
tagfile /etc/apt/preferences.d/apt_chromium.conf
|
||||
install_file apt_chromium.conf /etc/apt/preferences.d/
|
||||
tag_file /etc/apt/preferences.d/apt_chromium.conf
|
||||
|
||||
# Update package list and install
|
||||
prnt I "Mise à jour de la liste des dépots..."
|
||||
|
||||
Reference in New Issue
Block a user