1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Fixes a key issue when installing Yarn

This commit is contained in:
ericgaspar 2021-02-15 10:48:17 +01:00
parent 8b75ea239e
commit 4f8f00af88
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 0 deletions

View file

@ -96,6 +96,7 @@ else
fi
# Install Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 2>&1
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
#=================================================

View file

@ -113,6 +113,7 @@ else
fi
# Install Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 2>&1
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
#=================================================

View file

@ -177,6 +177,7 @@ else
fi
# Install Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 2>&1
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
# Remove hook