From 279552ad60db9ec669707b55bc8fc58cd0ca2617 Mon Sep 17 00:00:00 2001 From: Daniel Mabbett Date: Fri, 24 Apr 2020 20:38:38 +1000 Subject: [PATCH] Ubuntu 20.04 Upgrade vagrant box, and python dependencies --- Vagrantfile | 2 +- setup/management.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 467fb95e..b1c847d8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/bionic64" + config.vm.box = "ubuntu/focal64" # Network config: Since it's a mail server, the machine must be connected # to the public web. However, we currently don't want to expose SSH since diff --git a/setup/management.sh b/setup/management.sh index 3caf8eea..e1feff49 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -29,8 +29,8 @@ done # # certbot installs EFF's certbot which we use to # provision free TLS certificates. -apt_install duplicity python-pip virtualenv certbot -hide_output pip2 install --upgrade boto +apt_install duplicity python3-pip virtualenv certbot +hide_output pip3 install --upgrade boto # Create a virtualenv for the installation of Python 3 packages # used by the management daemon.