Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Last active December 20, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmalecki/bcfe04e8bf9f127c9019 to your computer and use it in GitHub Desktop.
Save mmalecki/bcfe04e8bf9f127c9019 to your computer and use it in GitHub Desktop.
#!/bin/sh
pkgin update
pkgin -y upgrade
cd /opt/local
curl http://nodejs.org/dist/v0.10.15/node-v0.10.15-sunos-x86.tar.gz | tar --strip-components=1 -zxf-
cd
npm -g update npm
npm -g install forever quill-cli
#!/bin/sh
apt-get -y update
apt-get -y install curl
cd /usr/local
curl http://nodejs.org/dist/v0.10.15/node-v0.10.15-linux-x64.tar.gz | tar --strip-components=1 -zxf-
cd
npm -g update npm
npm -g install forever quill-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment