From ebb0418f390847b142bc6d510f89089591aca20d Mon Sep 17 00:00:00 2001 From: ishanrai05 Date: Sun, 29 Mar 2020 03:22:37 +0530 Subject: [PATCH] Add bootstrap support for LinuxMint Signed-off-by: ishanrai05 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 0127fc78ab..0d7ab2a011 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) -- 2.39.5