瀏覽代碼

Removed nodejs.sh

Edward Bramanti 10 年之前
父節點
當前提交
c12e1900f8
共有 1 個文件被更改,包括 0 次插入9 次删除
  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