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

Fix backport.list restore

This commit is contained in:
nemsia 2018-06-13 16:22:27 +02:00
parent 816d7d6e35
commit d740e4e0f3

View file

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