version bumps
This commit is contained in:
2
init.sh
2
init.sh
@@ -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))
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user