Skip to content

Commit

Permalink
Fix a freeze at install and remove netifaces since it's work with PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 12, 2015
1 parent a1d4d09 commit 2c42984
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ sudo apt-get dist-upgrade -y

sudo apt-get install -y curl

# netficaces
sudo apt-get install python3-netifaces

# VMware open-vm-tools
sudo apt-get install open-vm-tools-lts-trusty
sudo apt-get install -y open-vm-tools-lts-trusty

# Install dynamips
if [ -x /usr/local/bin/dynamips ]
Expand Down

0 comments on commit 2c42984

Please sign in to comment.