Skip to content

Instantly share code, notes, and snippets.

@hivefans
Last active March 17, 2020 02:03
Show Gist options
  • Save hivefans/2a9b9751a054e6ce16c1 to your computer and use it in GitHub Desktop.
Save hivefans/2a9b9751a054e6ce16c1 to your computer and use it in GitHub Desktop.
|-|{"files":{"install-parallel-centos-5.sh":{"env":"plain"}},"tag":"bigdata"}
#!/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