Permissions Problem Installing Printer Drivers [SOLVED]

Thanks to you guys for your help!

[SOLVED]

You just have to set the right permissions.
To do that (on ubuntu), you can run this command from the base directory:

[font=Courier]sudo find . -name ‘*.sh’ -exec chmod a+x ‘{}’ ;
[/font]
/Erbremar