From c38df0dc27195a3ee4614e8f5f78ebde297b1bfb Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 7 Jun 2018 17:15:08 +0200 Subject: Fix migrated stretch (#23) * Force bundle re-install * Add check debian on upgrade and clean check --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index d92e0ed..03f91bd 100644 --- a/scripts/install +++ b/scripts/install @@ -64,8 +64,7 @@ sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - sudo cp ../conf/yarn.list /etc/apt/sources.list.d/ # Install source.list debian jessie package backports -debian_version=$(lsb_release -c -s) -if [[ $debian_version = jessie ]]; then +if [ "$(lsb_release --codename --short)" == "jessie" ]; then sudo cp ../conf/backports.list /etc/apt/sources.list.d/ ynh_package_update sudo apt-get -t jessie-backports -y install ffmpeg -- cgit v1.2.3-70-g09d2