mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Vagrant: remove explicit git-core install
This commit is contained in:
parent
fb4bd1a013
commit
8ba5166563
1 changed files with 0 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -8,8 +8,6 @@ VAGRANTFILE_API_VERSION = "2"
|
|||
$ubuntu_setup_script = <<SETUP_SCRIPT
|
||||
cd /vagrant
|
||||
sudo ./bootstrap/ubuntu.sh
|
||||
sudo apt-get -y --no-install-recommends install git-core
|
||||
# the above is required by the 'git+https' lines of requirements.txt
|
||||
if [ ! -d "venv" ]; then
|
||||
virtualenv --no-site-packages -p python2 venv
|
||||
./venv/bin/pip install -r requirements.txt -e .[dev,docs,testing]
|
||||
|
|
|
|||
Loading…
Reference in a new issue