Skip to content

Instantly share code, notes, and snippets.

View qeesung's full-sized avatar
🤡
[object object]

秦世成 qeesung

🤡
[object object]
View GitHub Profile
@qeesung
qeesung / build-git.sh
Created May 4, 2018 01:17 — 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/"