Created
June 5, 2014 17:18
-
-
Save axilleas/c21113c7056c583d4f9f to your computer and use it in GitHub Desktop.
Install gti script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
wget -O /etc/yum.repos.d/PUIAS_6_computational.repo https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/install/centos/PUIAS_6_computational.repo | |
wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-puias http://springdale.math.ias.edu/data/puias/6/x86_64/os/RPM-GPG-KEY-puias | |
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-puias | |
yum-config-manager --enable PUIAS_6_computational | |
yum -y update | |
git --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment