Skip to content

Commit

Permalink
Update vagrant to use Ubuntu hirsute.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed May 23, 2021
1 parent af81738 commit 8eebc8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu-groovy64"
config.vm.box = "ubuntu-hirsute"

config.vm.provider "virtualbox"

config.vm.box_url = "https://cloud-images.ubuntu.com/groovy/current/groovy-server-cloudimg-amd64-vagrant.box"
config.vm.box_url = "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64-vagrant.box"

if Vagrant::Util::Platform.windows?
config.vm.network :forwarded_port, guest: 80, host: 80, host_ip: "127.0.0.1"
Expand Down
1 change: 1 addition & 0 deletions scripts/install/systems
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Ubuntu bionic deb.sh
Ubuntu xenial deb.sh
Ubuntu focal deb.sh
Ubuntu groovy deb.sh
Ubuntu hirsute deb.sh
Debian stretch deb.sh
Debian buster deb.sh

0 comments on commit 8eebc8f

Please sign in to comment.