Browse Source

Removed nodejs.sh

Edward Bramanti 10 years ago
parent
commit
c12e1900f8
1 changed files with 0 additions and 9 deletions
  1. 0 9
      toolset/setup/linux/languages/nodejs.sh

+ 0 - 9
toolset/setup/linux/languages/nodejs.sh

@@ -1,9 +0,0 @@
-#!/bin/bash
-
-RETCODE=$(fw_exists ${IROOT}/nvm.installed)
-[ ! "$RETCODE" == 0 ] || { return 0; }
-
-fw_get https://raw.githubusercontent.com/creationix/nvm/v0.24.1/install.sh
-NVM_DIR=$IROOT/nvm bash install.sh
-
-touch ${IROOT}/nvm.installed