From e09f9a49142c6135b720564550f7e7a33c5ab594 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:01:52 +0200 Subject: [PATCH] [3.4] Replace removed git224 package with git236 in CentOS 7 guide (#5700) (#5731) (cherry picked from commit 3f1d02598e162d5b65dd9aac05da2c0a522a95c8) Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> --- docs/install_guides/centos-7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_guides/centos-7.rst b/docs/install_guides/centos-7.rst index 3f78a5cc6..767edae65 100644 --- a/docs/install_guides/centos-7.rst +++ b/docs/install_guides/centos-7.rst @@ -31,7 +31,7 @@ In order to install Git 2.11 or greater, we recommend adding the IUS repository: .. prompt:: bash sudo yum -y install https://repo.ius.io/ius-release-el7.rpm - sudo yum -y swap git git224 + sudo yum -y swap git git236 .. Include common instructions: