Skip to content

Instantly share code, notes, and snippets.

@avenda
avenda / build-git.sh
Created July 8, 2016 14:56 — forked from pescobar/build-git.sh
compile git with openssl instead of gnutls
#!/usr/bin/env bash
# Clear out all previous attempts
rm -rf "/tmp/source-git/"
# Get the dependencies for git, then get openssl
sudo apt-get install build-essential fakeroot dpkg-dev -y
sudo apt-get build-dep git -y
sudo apt-get install libcurl4-openssl-dev -y
mkdir -p "/tmp/source-git/"
#!/bin/bash
function usage()
{
echo "Usage: $0 -u <MySQL_Username> -p <Password>"
}
USER=""