Browse Source

fix: [base] support shyaml installation on Ubuntu ``20.04`` and ``24.04``

master
Valentin Lab 2 weeks ago
parent
commit
767ce857c2
  1. 2
      precise/base-0k/hooks/install.d/05-shyaml.sh

2
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 </dev/null
;;
*)

Loading…
Cancel
Save