Skip to content

Instantly share code, notes, and snippets.

@bzz
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save bzz/e77c06b11090614fd6df to your computer and use it in GitHub Desktop.

Select an option

Save bzz/e77c06b11090614fd6df to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install parallel on CentOS 6.
# Assumes you are root. Prefix w/ sudo if not.
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:/tange/CentOS_CentOS-6/home:tange.repo
yum install parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment