Kodi Community Forum
Nito won't install?? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Nito won't install?? (/showthread.php?tid=125137)



Nito won't install?? - daMouse - 2012-03-09

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

Try nito forums


- Ned Scott - 2012-03-09

You want


Code:
echo "deb [url]http://apt.awkwardtv.org/[/url] stable main" > /etc/apt/sources.list.d/awkwardtv.list


instead

Be careful not to use smart quotes.


- daMouse - 2012-03-11

That got it. Thanks. Nito forum does not respond much.