From 2e693ce7cb9600fb2f429dc14319d1814b0ec65b Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 29 Nov 2024 15:55:34 +0100 Subject: [PATCH] new: [base-0k] add support for recent Ubuntu --- precise/base-0k/hooks/install.d/05-shyaml.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/precise/base-0k/hooks/install.d/05-shyaml.sh b/precise/base-0k/hooks/install.d/05-shyaml.sh index c686859..7a6705e 100755 --- a/precise/base-0k/hooks/install.d/05-shyaml.sh +++ b/precise/base-0k/hooks/install.d/05-shyaml.sh @@ -17,11 +17,11 @@ case $(lsb_release -is) in ;; Ubuntu) case $(lsb_release -rs) in - 20.04|22.04|24.04) - apt-get install -y python3-pip libyaml-dev python3-dev