mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Fix ARM support ?
This commit is contained in:
parent
9dc0d1a349
commit
5e9462de37
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ then
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
if [ $YNH_ARCH == "armhf" ] || [ $YNH_ARCH == "arm64" ]
|
||||
then
|
||||
ynh_setup_source --dest_dir="$install_dir/build" --source_id=arm --keep="$install_dir/config.toml"
|
||||
ynh_setup_source --dest_dir="$install_dir/build" --keep="$install_dir/config.toml"
|
||||
# Install Nodejs
|
||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||
# Install Go
|
||||
|
|
Loading…
Add table
Reference in a new issue