fix syntax in nodejs helper

This commit is contained in:
Romuald du Song 2019-03-23 16:46:40 +01:00
parent fefa44e062
commit a86c379233

View file

@ -99,7 +99,7 @@ ynh_install_nodejs () {
# Install the requested version of nodejs
uname=$(uname -m)
if [[ $uname =~ aarch64 || $uname =~ arm64]]
if [[ $uname =~ aarch64 || $uname =~ arm64 ]]
then
n $nodejs_version --arch=arm64
else