mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Make sure we update packages list one Chris Lea's PPA repository is added
This commit is contained in:
parent
01a7989723
commit
9185948cf2
1 changed files with 1 additions and 0 deletions
|
@ -1744,6 +1744,7 @@ install_ubuntu_deps() {
|
|||
if [ "$_ENABLE_EXTERNAL_ZMQ_REPOS" -eq $BS_TRUE ]; then
|
||||
echoinfo "Installing ZMQ>=4/PyZMQ>=14 from Chris Lea's PPA repository"
|
||||
add-apt-repository -y ppa:chris-lea/zeromq || return 1
|
||||
apt-get update
|
||||
fi
|
||||
__apt_get_install_noinput python-requests
|
||||
__PIP_PACKAGES=""
|
||||
|
|
Loading…
Add table
Reference in a new issue