jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 245 forks source link

apt-get problem #94

Closed arnaudbey closed 10 years ago

arnaudbey commented 10 years ago

after adding the repo sudo add-apt-repository ppa:chris-lea/node.js and throw a aptitude update sudo apt-get update

i got this :

W: Impossible de récupérer http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/wheezy/main/source/Sources  404  Not Found
W: Impossible de récupérer http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/wheezy/main/binary-i386/Packages  404  Not Found

I'm running it on CrunchBang Linux waldorf, a debian wheezy based distrib

jansmolders86 commented 10 years ago

Hej there,

Thanks for trying Mediacenterjs. If you want to install node on debian wheezy you best try to build it yourself. Here is a gist that does just that: https://gist.github.com/x-Code-x/2562576

Let me know if this works for you! Thanks again,

arnaudbey commented 10 years ago

Oh sorry, thought it was an aptitude installable version of mediacenterjs, I didn't even realized it was the nodeJS dependency. My bad, sry.

jansmolders86 commented 10 years ago

No problem :) I haven't had time yet to add an aptitude installable version. That is still on the to-do list.