fix cache issue, rename provision script
This commit is contained in:
parent
1492448448
commit
0dead5176a
3 changed files with 10 additions and 5 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
vb.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.provision "shell", path: "provision.sh"
|
||||
config.vm.provision "shell", path: "install.sh"
|
||||
end
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue