From 767ce857c255e172865f8369c3885b36a0e6c054 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 6 Sep 2024 09:42:18 +0200 Subject: [PATCH] fix: [base] support shyaml installation on Ubuntu ``20.04`` and ``24.04`` --- precise/base-0k/hooks/install.d/05-shyaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/base-0k/hooks/install.d/05-shyaml.sh b/precise/base-0k/hooks/install.d/05-shyaml.sh index 84f7a28..c686859 100755 --- a/precise/base-0k/hooks/install.d/05-shyaml.sh +++ b/precise/base-0k/hooks/install.d/05-shyaml.sh @@ -17,7 +17,7 @@ case $(lsb_release -is) in ;; Ubuntu) case $(lsb_release -rs) in - 22.04) + 20.04|22.04|24.04) apt-get install -y python3-pip libyaml-dev python3-dev