X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=node%2Finstall.sh;h=ecc20ddf859f14a56097a28ac7e3a934175a44a1;hb=46445e9382905a52e770d44191235be179616049;hp=add502255560d7ec12a4334a99127157be05f64f;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/node/install.sh b/node/install.sh index add5022..ecc20dd 100644 --- a/node/install.sh +++ b/node/install.sh @@ -17,7 +17,7 @@ pkg_get_current_version() { # v12.8.0 # This trims it down to just the version number: # 12.8.0 - echo "$(node --version 2>/dev/null | head -n 1 | cut -d' ' -f1 | sed 's:^v::')" + echo "$(node --version 2> /dev/null | head -n 1 | cut -d' ' -f1 | sed 's:^v::')" } pkg_install() {