This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
installation [2017/08/07 09:35] woky [Installation] |
installation [2017/08/07 09:39] woky [Installation] |
||
---|---|---|---|
Line 5: | Line 5: | ||
This works for Debian Lenny/Squeeze/Testing/Unstable. | This works for Debian Lenny/Squeeze/Testing/Unstable. | ||
- Add our key:<code>wget https://apt-repo.bijk.com/archive-key.asc -O - | apt-key add -</code> | - Add our key:<code>wget https://apt-repo.bijk.com/archive-key.asc -O - | apt-key add -</code> | ||
- | - Add our repository:<code>echo "deb http://apt-repo.bijk.com/debian stable main" >>/etc/apt/sources.list</code> | + | - Add our repository:<code>echo "deb http://apt-repo.bijk.com/debian stable main" >> /etc/apt/sources.list</code> |
- Update package DB:<code>aptitude update</code> | - Update package DB:<code>aptitude update</code> | ||
- Install bijk-node:<code>aptitude install bijk-node</code> | - Install bijk-node:<code>aptitude install bijk-node</code> |