[Erp5-dev] Errors installing on difffent distros
    Łukasz Nowak 
    luke at nexedi.com
       
    Fri Aug 27 02:58:32 CEST 2010
    
    
  
Hello,
* Peter Schubert [2010-08-26 22:37:31 +0200]:
> Hi,
> 
> thanks for the fast answers, i try now the 
> https://www.tiolive.com/grid/help
> installation from tiolive to install an erp5.
> 
> In both commands for ubuntu are small, hard errors:
> original:
> 
> $ sudo echo "deb http://software.tiolive.com/packages/ubuntulinux/10.04/i386/ ./" > /etc/apt/sources.list
> 
> overrides the /etc/apt/sources.list
> please fix it to:
> 
> $ sudo echo "deb http://software.tiolive.com/packages/ubuntulinux/10.04/i386/ ./" >> /etc/apt/sources.list
Thank you for this fix.
This command shall use tee trick, like this:
$ echo "deb http://software.tiolive.com/packages/ubuntulinux/10.04/i386/ ./" | sudo tee -a /etc/apt/sources.list
I will fix this ASAP.
> I will post success or fail reports.
We will be very glad.
Regards,
Luke
    
    
More information about the Erp5-dev
mailing list