diff options
| author | nemsia <nemsia@nemsia.org> | 2018-06-14 15:19:48 +0200 |
|---|---|---|
| committer | nemsia <nemsia@nemsia.org> | 2018-06-14 15:19:48 +0200 |
| commit | d592fe5cac9722ab931960bf9e95785d1e55f083 (patch) | |
| tree | 697412b683cfcdde3b3a6d7f5f829682607a343b /scripts/install | |
| parent | d740e4e0f38e13f88383a508da2199a2e7cae737 (diff) | |
| download | mastodon_ynh-d592fe5cac9722ab931960bf9e95785d1e55f083.tar.gz mastodon_ynh-d592fe5cac9722ab931960bf9e95785d1e55f083.tar.bz2 mastodon_ynh-d592fe5cac9722ab931960bf9e95785d1e55f083.zip | |
Remove backports and yarn repo files
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index 22abeff..3d4d458 100644 --- a/scripts/install +++ b/scripts/install @@ -81,10 +81,10 @@ fi # Install source.list debian package backports & yarn if [ "$(lsb_release --codename --short)" == "jessie" ]; then -sudo cp ../conf/backports.list /etc/apt/sources.list.d/ + echo "deb http://httpredir.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/jessie-backports.list fi curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - -cp ../conf/yarn.list /etc/apt/sources.list.d/ +echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list ynh_package_update # Creates the destination directory and stores its location. |
