From: ishanrai05 Date: Sat, 28 Mar 2020 21:52:37 +0000 (+0530) Subject: Add bootstrap support for LinuxMint X-Git-Tag: 1.1.0~139^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1423%2Fhead;p=teuthology.git Add bootstrap support for LinuxMint Signed-off-by: ishanrai05 --- diff --git a/bootstrap b/bootstrap index 0127fc78a..0d7ab2a01 100755 --- a/bootstrap +++ b/bootstrap @@ -18,7 +18,7 @@ VENV=${VENV:-"virtualenv"} case "$(uname -s)" in Linux) case "$(lsb_release --id --short)" in - Ubuntu|Debian) + Ubuntu|Debian|LinuxMint) # Ensure setuptools is installed if [[ "$PYTHON" =~ "python2" ]]; then deps=(qemu-utils python-dev libssl-dev python-pip python-virtualenv libev-dev libvirt-dev libmysqlclient-dev libffi-dev libyaml-dev)