1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Fix Restore Script

This commit is contained in:
nemsia 2018-06-13 13:13:08 +02:00
parent a961856c7e
commit d0e9f2e753

View file

@ -89,10 +89,10 @@ fi
# Install source.list debian package backports & yarn
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
cp ../conf/apt_backports.list /etc/apt/sources.list.d/
cp ./apt_backports.list /etc/apt/sources.list.d/
fi
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
cp ../conf/apt_yarn.list /etc/apt/sources.list.d/yarn.list
cp ./apt_yarn.list /etc/apt/sources.list.d/yarn.list
ynh_package_update
# Install de Node.js