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:
parent
a961856c7e
commit
d0e9f2e753
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue