#!/bin/bash if [ ! -f ${INSTALL_PATH}/uninstaller/install_err.log ]; then echo "" > ${INSTALL_PATH}/uninstaller/install.log fi if [ ! -f ${INSTALL_PATH}/uninstaller/install_err.log ]; then echo "" > ${INSTALL_PATH}/uninstaller/install_err.log fi echo "Install lsb-core..." #Instalacao pre-requisitos #"Ubuntu") apt-get update && apt-get instalar lsb-core #"CentOS") yum update && yum instalar redhat-lsb-core #"Fedora") dnf update && dnf instalar redhat-lsb-core #"OpenSUSE") zypper update && zypper instalar o lsb-core exit 0