![]() |
|
Nito won't install?? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: Nito won't install?? (/showthread.php?tid=125137) |
Nito won't install?? - daMouse - 2012-03-09 16:36 Trying to get nito installed so can do XBMC updates easier but keep getting error in the install. After logging in: echo “deb http://atp.awkwardtv.org ./” > /etc/apt/sources.list.d/awkwardtv.list THIS WORKS, THEN apt-get update AND I GET THIS: E: Type '.deb' is not known on line 1 in source list /etc/apt/sources.list.d/awkwardtv.list I also tried this set of steps but same result: Step 4: To install NitoTV and restart Lowtide, type:- apt-get install wget wget http://dl.dropbox.com/u/16129573/com.nito.deb dpkg -i com.nito.deb apt-get update apt-get install com.nito.nitotv killall Lowtide Any help would be appreciated. - amet - 2012-03-09 16:51 Try nito forums - Ned Scott - 2012-03-09 23:16 You want Code: echo "deb [url]http://apt.awkwardtv.org/[/url] stable main" > /etc/apt/sources.list.d/awkwardtv.listinstead Be careful not to use smart quotes. - daMouse - 2012-03-11 07:11 That got it. Thanks. Nito forum does not respond much. |