From c26dbb168d7e767f6567afa738fe564b7573e158 Mon Sep 17 00:00:00 2001 From: Lucas F Date: Sat, 22 Jul 2023 14:18:22 -0300 Subject: [PATCH] =?UTF-8?q?update:=20inclus=C3=A3o=20do=20enabled=20crb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 004c970..1680e5b 100755 --- a/run.sh +++ b/run.sh @@ -282,6 +282,7 @@ update_debug() { # Instala pacotes necessários # Install required packages install_packages() { + dnf config-manager --set-enabled crb && dnf update && yum -y install vim && yum -y install epel-release &&