From 89b24c08aaca84b51ff2ebd00eece48cc0721d6e Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Tue, 27 Aug 2024 15:29:10 -0300 Subject: [PATCH] fix(cli installer): make yum update if already installed (#3987) --- install-cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-cli.sh b/install-cli.sh index e75c9ff596..5bff536851 100755 --- a/install-cli.sh +++ b/install-cli.sh @@ -123,6 +123,7 @@ enabled=1 gpgcheck=0 EOF $SUDO yum install -y tracetest --refresh + $SUDO yum update -y tracetest } install_brew() {