diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-23 13:11:31 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-23 13:11:31 +0100 |
| commit | 2f69ed9251d83bf670244a5828dea04d89d058ca (patch) | |
| tree | b297867d774cdc8ca2880aca1f3ace5d688a4ead | |
| parent | 210af9d0f92bc699d452aaba5c45d9a3e7368938 (diff) | |
| download | mastodon_ynh-2f69ed9251d83bf670244a5828dea04d89d058ca.tar.gz mastodon_ynh-2f69ed9251d83bf670244a5828dea04d89d058ca.tar.bz2 mastodon_ynh-2f69ed9251d83bf670244a5828dea04d89d058ca.zip | |
fix yarn repo key
| -rw-r--r-- | scripts/install | 2 | ||||
| -rw-r--r-- | scripts/restore | 2 | ||||
| -rw-r--r-- | scripts/upgrade | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install b/scripts/install index feb0a70..4b197d2 100644 --- a/scripts/install +++ b/scripts/install @@ -91,7 +91,7 @@ fi if [ "$(lsb_release --codename --short)" == "jessie" ]; then ynh_install_extra_repo --repo="deb http://httpredir.debian.org/debian jessie-backports main" fi -ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" +ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key=https://dl.yarnpkg.com/debian/pubkey.gpg ynh_package_update # install nodejs diff --git a/scripts/restore b/scripts/restore index c74eadc..62675c7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -91,7 +91,7 @@ fi if [ "$(lsb_release --codename --short)" == "jessie" ]; then ynh_install_extra_repo --repo="deb http://httpredir.debian.org/debian jessie-backports main" fi -ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" +ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key=https://dl.yarnpkg.com/debian/pubkey.gpg ynh_package_update # install nodejs diff --git a/scripts/upgrade b/scripts/upgrade index dd41ada..fbd532f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -163,7 +163,7 @@ ynh_print_info "Upgrading dependencies..." if [ "$(lsb_release --codename --short)" == "jessie" ]; then ynh_install_extra_repo --repo="deb http://httpredir.debian.org/debian jessie-backports main" fi -ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" +ynh_install_extra_repo --repo="deb https://dl.yarnpkg.com/debian/ stable main" --key=https://dl.yarnpkg.com/debian/pubkey.gpg ynh_package_update # Install nodejs |
