#!/bin/bash set -e if [ ! -f ${INSTALL_PATH}/uninstaller/install_err.log ]; then echo "" > ${INSTALL_PATH}/uninstaller/install.log fi echo "Install lsb-core..." #Instalacao pre-requisitos #"OpenSUSE") zypper update && zypper install lsb-release -y exit 0