← Back to team overview

hybrid-graphics-linux team mailing list archive

bumblebee install code

 

Hi there,


I'm found a bit bug in your code:
bumblebee/stages/acpicall.UBUNTU

sudo apt-get install dkms git

please change this (because lucid havent git package)
correct code is:

if [ $(lsb_release -c -s) != "lucid" ]
then
sudo apt-get install dkms git
else
sudo apt-get install dkms git-core
fi

and please correct it documentation too: if Ubuntu version is lucid, right code is: sudo apt-get install git-core instead of sudo apt-get install git


Best regards, Sevoir
http://ubuntu.hu Hungarian member.