Skip to content

Commit

Permalink
fix(cli installer): make yum update if already installed (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren authored Aug 27, 2024
1 parent a4a0023 commit 89b24c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ enabled=1
gpgcheck=0
EOF
$SUDO yum install -y tracetest --refresh
$SUDO yum update -y tracetest
}

install_brew() {
Expand Down

0 comments on commit 89b24c0

Please sign in to comment.