Skip to content

Commit

Permalink
Remove incorrect url in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhou8 committed Mar 22, 2018
1 parent ea2f8fd commit 4858ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rally_ovs/plugins/ovs/deployment/engines/ovs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function install_ovs {
sudo apt-get install -y --force-yes gcc make automake autoconf \
libtool libcap-ng0 libssl1.0.0 python-pip \
libjemalloc1 libjemalloc-dev
sudo pip install -i http://installsvc.vip/packages/pypi/data/web/simple/ six
sudo pip install six
./boot.sh
mkdir build
cd build
Expand Down

0 comments on commit 4858ea6

Please sign in to comment.