version bumps

This commit is contained in:
levasseur
2022-02-18 18:37:58 +01:00
parent cce5f4d17c
commit 6a06b61335
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ export LC_ALL=C
export LANG=C export LANG=C
# Version of init # Version of init
export VERSION="0.99.15" export VERSION="0.99.16"
# Store script's path (realpath -s resolve symlinks if init.sh is a symlink) # Store script's path (realpath -s resolve symlinks if init.sh is a symlink)
export MYPATH=$(dirname $(realpath -s $0)) export MYPATH=$(dirname $(realpath -s $0))

View File

@@ -20,7 +20,7 @@
# * NET{4,6}_MANUAL_FILE_$iface: filename for manual configuration of $iface # * NET{4,6}_MANUAL_FILE_$iface: filename for manual configuration of $iface
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
export VER_conf_network="0.0.6" export VER_conf_network="0.0.7"
export DEP_conf_network="install_pkg" export DEP_conf_network="install_pkg"
conf_network() conf_network()

View File

@@ -15,7 +15,7 @@
# * X11_DRV: Used to install proprietary driver for X.org (eg: nvidia-drivers) # * X11_DRV: Used to install proprietary driver for X.org (eg: nvidia-drivers)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
export VER_install_desktop="0.0.3" export VER_install_desktop="0.0.4"
export DEP_install_desktop="upgrade_dist" export DEP_install_desktop="upgrade_dist"
install_desktop() install_desktop()

View File

@@ -13,7 +13,7 @@
# * PKGSEL: List of package to install # * PKGSEL: List of package to install
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
export VER_install_pkg="0.1.5" export VER_install_pkg="0.1.6"
export DEP_install_pkg="upgrade_dist" export DEP_install_pkg="upgrade_dist"
install_pkg() install_pkg()