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.


_______________________________________________
Mailing list: https://launchpad.net/~hybrid-graphics-linux
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
More help   : https://help.launchpad.net/ListHelp

Reply via email to