Skip to content

Commit

Permalink
Add bootstrap support for LinuxMint
Browse files Browse the repository at this point in the history
Signed-off-by: ishanrai05 <[email protected]>
  • Loading branch information
ishanrai05 committed Mar 28, 2020
1 parent 52a328f commit ebb0418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ebb0418

Please sign in to comment.