Skip to content

Commit 01bffbd

Browse files
committed
Comment-out Ubuntu VM in Vagrantfile.
1 parent 27c7687 commit 01bffbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: etc/Vagrantfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ HEREDOC
372372
##############
373373
# Ubuntu 24.04
374374

375-
config.vm.define "ubuntu2404" do |ubuntu2404|
376-
ubuntu2404.vm.box = "ubuntu/noble64"
377-
ubuntu2404.vm.provision :shell, inline: $ubuntu_setup, privileged: false
378-
end
375+
# config.vm.define "ubuntu2404" do |ubuntu2404|
376+
# ubuntu2404.vm.box = "ubuntu/noble64"
377+
# ubuntu2404.vm.provision :shell, inline: $ubuntu_setup, privileged: false
378+
# end
379379

380380
##############
381381
# Ubuntu 22.10

0 commit comments

Comments
 (0)