echo bug?

Fred Roller froller at tnclimited.com
Sat Sep 12 02:53:31 UTC 2009


sudo echo "deb http://ppa.launchpad.net/gwibber-team/ubuntu hardy main" /etc/apt/sources.list.d/gwibber.list


I believe your line is being read as *two* commands.  one under sudo and one under user.  try:

sudo echo "deb http://ppa.launchpad.net/gwibber-team/ubuntu hardy main"  >> /etc/apt/sources.list.d/gwibber.list


which will append your echo to the end of the file.


-- 
Fred
www.fwrgallery.com

"Life is like linux, simple.  If you are fighting it you are doing something wrong."





More information about the ubuntu-users mailing list