This commit is contained in:
2015-07-12 18:31:25 +05:30
parent 8f62fb263f
commit a8cd3dd705
4 changed files with 19 additions and 18 deletions
-4
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env bash
. $(dirname $(readlink -f $0))/installer_common;
export appName='node-v0.12.7-linux-x64';
export installationPath="$appDir/$appName";
@@ -15,4 +12,3 @@ installPack(){
}
mainInstaller;