Skip to content

Instantly share code, notes, and snippets.

@mikeharding
mikeharding / 1_get_repos.sh
Created October 17, 2016 15:56 — forked from mfernest/0_prechecks.sh
CM Path B Installation
#!/bin/sh
source ./control.sh
function getMySQLRepo() {
cd /tmp
wget --quiet —-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 -
}