Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebymiano authored Mar 8, 2024
1 parent 4faacea commit 7dee7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# config.vm.box = "bento/ubuntu-20.04"
config.vm.box = "tknerr/ubuntu2004-desktop"
config.vm.box = "bento/ubuntu-20.04"
# config.vm.box = "tknerr/ubuntu2004-desktop"

## Guest Config
config.vm.hostname = "polimi-sdn"
Expand Down

0 comments on commit 7dee7cd

Please sign in to comment.