mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
Vagrant: remove explicit git-core install
This commit is contained in:
Vendored
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user