Commit fe83c12d authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add comment

parent d0615b99
...@@ -494,6 +494,7 @@ check_install_amf_deps(){ ...@@ -494,6 +494,7 @@ check_install_amf_deps(){
echo "Install distro libs" echo "Install distro libs"
$SUDO $INSTALLER install $OPTION $PACKAGE_LIST $SUDO $INSTALLER install $OPTION $PACKAGE_LIST
# fix issue with libboost in U18 for a bare metal deployment
if [[ $OS_DISTRO == "ubuntu" ]]; then if [[ $OS_DISTRO == "ubuntu" ]]; then
case "$(get_distribution_release)" in case "$(get_distribution_release)" in
"ubuntu18.04") "ubuntu18.04")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment