Skip to content

Commit

Permalink
Use current Ubuntu box in Vagrantfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Feb 6, 2022
1 parent 50f17ab commit c981bef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,13 @@ git config --global user.name "Example Name"
git config --global user.email "[email protected]"
HEREDOC

# Ubuntu Boxes:
#
# https://app.vagrantup.com/ubuntu

# Ubuntu 20.10
# config.vm.define "ubuntu2010" do |ubuntu2010|
# ubuntu2010.vm.box = "ubuntu/groovy64"
# ubuntu2010.vm.box = "ubuntu/impish64"
# ubuntu2010.vm.provision :shell, inline: $ubuntu_setup, privileged: false
# end

Expand Down

0 comments on commit c981bef

Please sign in to comment.