mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #627 from nyushi/fix-tornado-installation-on-ubuntu
Fix tornado installation on ubuntu
This commit is contained in:
commit
226d657b7c
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ install_ubuntu_git_deps() {
|
|||
if [ "$(which pip)" = "" ]; then
|
||||
__apt_get_install_noinput python-setuptools python-pip
|
||||
fi
|
||||
pip install -U "'${__REQUIRED_TORNADO}'"
|
||||
pip install -U "${__REQUIRED_TORNADO}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue