#!/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 #"Ubuntu") apt-get update && apt-get install lsb-core exit 0