#!/bin/bash set -eux ## For shyaml case $(lsb_release -is) in Debian) case $(lsb_release -rs) in 11|12) apt-get install -y python3-pip libyaml-dev python3-dev