fix conflict

This commit is contained in:
Romuald du Song 2019-03-23 16:54:47 +01:00
parent a86c379233
commit cd9fcd265d

View file

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