Skip to content

Commit

Permalink
Merge pull request #2195 from guedou/vagrant_typo
Browse files Browse the repository at this point in the history
Vagrant provisioning fixed
  • Loading branch information
p-l- committed Aug 4, 2019
2 parents 4d6ea9e + a6f45c7 commit 3047580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vagrant_ci/provision_freebsd.sh
Expand Up @@ -10,6 +10,6 @@ bash
git clone https://github.com/secdev/scapy
cd scapy
export PATH=/usr/local/bin/:$PATH
virtualenv -p python2.7 venv
virtualenv-2.7 -p python2.7 venv
source venv/bin/activate
pip install tox
1 change: 1 addition & 0 deletions doc/vagrant_ci/provision_netbsd.sh
Expand Up @@ -6,6 +6,7 @@
# This program is published under a GPLv2 license

sudo -s
unset PROMPT_COMMAND
export PATH="/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH"
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q4/All/"
pkg_delete curl
Expand Down

0 comments on commit 3047580

Please sign in to comment.