Replace git with git-core in Ubuntu 10.04

Ubuntu 10.04 does not have a git, only git-core, so let's use that
package instead.

Change-Id: I374effaa249650d6fe3bad6d382019e03ae04de5
diff --git a/src/source/initializing.md b/src/source/initializing.md
index 6011fb8..266900a 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -90,7 +90,7 @@
 Building using a newer version of Ubuntu is currently only experimentally
 supported and is not guaranteed to work on branches other than master.
 
-    $ sudo apt-get install git gnupg flex bison gperf build-essential \
+    $ sudo apt-get install git-core gnupg flex bison gperf build-essential \
       zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \
       x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \
       libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown \