diff --git a/install-debpkgs-graphic.sh b/install-debpkgs-graphic.sh index f6f12fc..3e75a5a 100755 --- a/install-debpkgs-graphic.sh +++ b/install-debpkgs-graphic.sh @@ -26,4 +26,7 @@ apt-get install \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ uwsgi-extra uwsgi-plugin-jvm-openjdk-6 \ numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \ - numix-icon-theme-utouch coffeescript node-less + numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm +npm install -g jshint +npm install -g coffelint +ln -s /usr/bin/nodejs /usr/bin/node diff --git a/install-debpkgs.sh b/install-debpkgs.sh index 777f7cb..4785790 100755 --- a/install-debpkgs.sh +++ b/install-debpkgs.sh @@ -16,4 +16,7 @@ apt-get install \ synfig synfigstudio synfig-examples \ doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ - uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less + uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less node node-cli node-backbone node-uglify npm +npm install -g jshint +npm install -g coffeelint +ln -s /usr/bin/nodejs /usr/bin/node