From 52e2f396a0d1db8edd4fffdeec1ba41861a75ca9 Mon Sep 17 00:00:00 2001 From: sbennell Date: Wed, 13 Nov 2019 18:00:53 +1100 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index dba9520..ac88311 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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