Skip to content

Instantly share code, notes, and snippets.

@frostytear
Forked from bzz/install-parallel-centos-6.sh
Created January 10, 2018 07:40
Show Gist options
  • Save frostytear/1c492c3b9e842e451971ab5f33d4aa4b to your computer and use it in GitHub Desktop.
Save frostytear/1c492c3b9e842e451971ab5f33d4aa4b to your computer and use it in GitHub Desktop.
Install GNU Parallel on CentOS 6
#!/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-5/home:tange.repo
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