1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix nodejs installation for aach64

This commit is contained in:
yalh76 2019-02-22 14:31:53 +01:00
parent 43155b7c0b
commit 5fdc551f91

View file

@ -103,7 +103,7 @@ ynh_print_info "Installing dependencies..."
if [ -n "$(uname -m | grep aarch64)" ]; then
ynh_install_nodejs 10 --arch arm64
ynh_install_nodejs 10 arm64
else
ynh_install_nodejs 10
fi