mirror of https://github.com/MISP/misp-book
switch to node.js requires root
parent
762fb3af10
commit
a51fd7f5e2
|
@ -7,7 +7,7 @@ sudo: required
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y install libgif-dev calibre
|
- sudo apt-get -y install libgif-dev calibre
|
||||||
- npm install -g n
|
- npm install -g n
|
||||||
- n stable
|
- sudo n stable
|
||||||
- npm install gitbook-cli -g
|
- npm install gitbook-cli -g
|
||||||
- npm install gitbook-plugin-autocover
|
- npm install gitbook-plugin-autocover
|
||||||
- npm install gitbook-plugin-github
|
- npm install gitbook-plugin-github
|
||||||
|
|
Loading…
Reference in New Issue