Skip to content

Instantly share code, notes, and snippets.

View MrMaynard's full-sized avatar

Eric Maynard MrMaynard

View GitHub Profile
@MrMaynard
MrMaynard / 1_get_repos.sh
Last active August 11, 2016 21:42 — forked from mfernest/0_prechecks.sh
CM Path B Installation
#!/bin/sh
function getRepoMySQL() {
cd /tmp
wget —-no-check-certificate https://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
yum -y localinstall mysql-community-release-el6-5.noarch.rpm
cd -
}
function getRepoClouderaManager() {