From 605805460b5c59223025b6b8d216b308a122fc16 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 22:47:07 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index b56f0ed..9e4a8ca 100644 --- a/scripts/restore +++ b/scripts/restore @@ -88,6 +88,8 @@ ynh_install_app_dependencies $pkg_dependencies ynh_install_nodejs 10 +ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key='https://dl.yarnpkg.com/debian/pubkey.gpg' + #================================================= # REINSTALL EXTRA DEPENDENCIES #=================================================