aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 0d1da4d..fc22bdb 100755
--- a/install.sh
+++ b/install.sh
@@ -79,10 +79,6 @@ do
printf "\t Not found!"
if [ "$packageManager" != "" ]
then
- if [ "$packageManager" == "apt" ] && [ "$dep" == "node" ]
- then
- dep="nodejs"
- fi
$sudoBin $packageManager $installCommand $dontAskFlag $dep 1> /dev/null 2>&1
if [ $? -ne 0 ]
then