aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/install2
-rw-r--r--scripts/restore2
-rw-r--r--scripts/upgrade2
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