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:
parent
43155b7c0b
commit
5fdc551f91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue