From b65da50d05f2bd59c5a925a24e7bb535440e36f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Wed, 25 Oct 2017 20:03:04 +0200 Subject: [PATCH] :construction_worker: optimizing select order of node installations --- bin/mapscii.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mapscii.sh b/bin/mapscii.sh index d571239..c2c5149 100755 --- a/bin/mapscii.sh +++ b/bin/mapscii.sh @@ -1,6 +1,6 @@ #!/bin/sh ':' //; # Based on https://github.com/MrRio/vtop/blob/master/bin/vtop.js ':' //; export TERM=xterm-256color -':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@" +':' //; exec "$(command -v node || command -v nodejs)" "$0" "$@" 'use strict' require('../main.js');