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

Update install

This commit is contained in:
ericgaspar 2022-01-04 14:02:16 +01:00
parent 9e5bf56efe
commit 5fc2bb4d2a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -61,7 +61,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=20
# Install Nodejs
#ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
ynh_install_app_dependencies $pkg_dependencies
tempdir="$(mktemp -d)"