Skip to content

Instantly share code, notes, and snippets.

@axilleas
Created June 5, 2014 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilleas/c21113c7056c583d4f9f to your computer and use it in GitHub Desktop.
Save axilleas/c21113c7056c583d4f9f to your computer and use it in GitHub Desktop.
Install gti script
#!/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