Jarno Rankinen revised this gist . Go to revision
1 file changed, 4 insertions
install_git.sh(file created)
@@ -0,0 +1,4 @@ | |||
1 | + | #!/bin/bash | |
2 | + | sudo yum -y remove git git-* | |
3 | + | sudo yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm | |
4 | + | sudo yum -y install git |
Newer
Older