Skip to content

Commit a6f45c7

Browse files
author
Guillaume Valadon
committed
Vagrant provisionning fixed
1 parent fe4bc55 commit a6f45c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/vagrant_ci/provision_freebsd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ bash
1010
git clone https://github.com/secdev/scapy
1111
cd scapy
1212
export PATH=/usr/local/bin/:$PATH
13-
virtualenv -p python2.7 venv
13+
virtualenv-2.7 -p python2.7 venv
1414
source venv/bin/activate
1515
pip install tox

doc/vagrant_ci/provision_netbsd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# This program is published under a GPLv2 license
77

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

0 commit comments

Comments
 (0)