Distro information when install OS deps

This commit is contained in:
Yehonal
2018-07-17 17:27:04 +02:00
parent 114f37801c
commit 8767372ebf

View File

@@ -14,6 +14,8 @@ function inst_configureOS() {
DISTRO=${DISTRO,,}
echo "Distro: $DISTRO"
# TODO: implement different configurations by distro
source "$AC_PATH_INSTALLER/includes/os_configs/$DISTRO.sh"
;;