Comment 48 for bug 1160188

Revision history for this message
Diego Carrera Gallego (diegocarrera2000) wrote :

@Gerry. Confirm that you have git package as pre-requeriment to get works second command.
sudo apt-get install git

And apply this second command into the linux folder that has been cloned, just like:

git clone https://github.com/torvalds/linux.git
cd linux
git checkout v3.10-rc5
cd ..