From 9185948cf2bca1f616a92e4e38e2b67fe93cfbfe Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 24 Apr 2015 15:23:19 +0100 Subject: [PATCH] Make sure we update packages list one Chris Lea's PPA repository is added --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index c9ee38f..64ace4c 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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=""