From b5e438e1d94679fcc0d063c136b005f7b9eb5326 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 10 Sep 2023 12:01:11 +0200 Subject: [PATCH] fix: [base] target debian ``9.13`` as well as ``9`` when installing ``fzf`` --- precise/base-0k/hooks/install.d/30-customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install.d/30-customize.sh b/precise/base-0k/hooks/install.d/30-customize.sh index 33c58a9..90f93ab 100755 --- a/precise/base-0k/hooks/install.d/30-customize.sh +++ b/precise/base-0k/hooks/install.d/30-customize.sh @@ -41,7 +41,7 @@ if ! type -p fzf; then case $(lsb_release -is) in Debian) case $(lsb_release -rs) in - 9) + 9|9.*) backports_list="/etc/apt/sources.list.d/backports.list" if ! [ -e "$backports_list" ]; then echo "deb http://ftp.debian.org/debian stretch-backports main" > \