Skip to content

Instantly share code, notes, and snippets.

#
# Installs git 1.7.10 on Ubuntu 12.04 (Precise) using packages from
# the upcoming 12.10 (Quantal) release. Should work for i386 and amd64.
#
# Adapted from http://pastebin.com/TXeMw1CY
sudo apt-get install dpkg-dev
HOST_ARCH=`dpkg-architecture -qDEB_HOST_ARCH_CPU`