ATV2 nightmare
#16
mikkeland Wrote:Well you are saving xbmc-20111010-34f799e-master-atv2.deb.1
But trying to install xbmc-20111010-34f799e-master-atv2.deb - notice .1 at the end.
My guess would be that you had an incomplete file saved (xbmc-20111010-34f799e-master-atv2.deb) and the second - completed - download is then saved as xbmc-20111010-34f799e-master-atv2.deb.1
do
rm xbmc-20111010-34f799e-master-atv2.deb.1
mv xbmc-20111010-34f799e-master-atv2.deb.1 xbmc-20111010-34f799e-master-atv2.deb
dpkg -i xbmc-20111010-34f799e-master-atv2.deb

That should do it....

/mikkel

that is why you use
Code:
wget -c
notice the -c it stands for continue so if it find the file locally and it's partial downloaded it will continue with that file.
Reply

Logout Mark Read Team Forum Stats Members Help
ATV2 nightmare1