Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active September 19, 2015 09:05
Show Gist options
  • Save dasgoll/694b5142d64a322d9d83 to your computer and use it in GitHub Desktop.
Save dasgoll/694b5142d64a322d9d83 to your computer and use it in GitHub Desktop.
Script to install GNU parallel on CentOS 5 (including default AWS EC2 Linux instances).
#!/bin/bash
# Install parallel on CentOS 5.
# Assumes you are root. Prefix w/ sudo if not.
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:tange/CentOS_CentOS-5/home:tange.repo
yum install parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment