1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-10 17:46:36 +02:00 committed by Félix Piédallu
parent 2797bddde8
commit d7c84e5347
2 changed files with 0 additions and 7 deletions

View file

@ -43,9 +43,6 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=3
# Install nodejs
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
# Install Yarn
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
#=================================================
# RESTORE SYSTEMD
#=================================================

View file

@ -63,10 +63,6 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=3
# Install nodejs
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
# Install Yarn
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" \
--package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
#=================================================
# SPECIFIC UPGRADE
#=================================================