🔨」 fix: not modifying hostfile in vagrant

This commit is contained in:
2025-08-27 22:04:52 +02:00
parent aae95b3b38
commit 9337023d9b

1
p2/Vagrantfile vendored
View File

@ -36,6 +36,5 @@ Vagrant.configure("2") do |config|
server.vm.network "private_network", ip: "192.168.56.110", auto_config: true
server.vm.provision "shell", path: "setup-S.sh"
server.vm.provision "shell", path: "setup-hostfile.sh"
end
end