Update Vagrantfile

This commit is contained in:
sbennell 2019-11-13 18:00:53 +11:00
parent 5906de4fe7
commit 52e2f396a0
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -5,5 +5,5 @@ Vagrant.configure("2") do |config|
config.vm.define "pve-patch"
config.vm.box = "proxmox-ve-amd64"
config.vm.network "private_network", ip: "10.91.0.10"
config.vm.provision "shell", path: "https://raw.githubusercontent.com/kosmonavtika/pve-patch/master/patch.sh"
config.vm.provision "shell", path: "https://raw.githubusercontent.com/sbennell/pve-patch/master/patch.sh"
end