From 1bd9da3620728f30f42e3e68d67fb3adbfd57baa Mon Sep 17 00:00:00 2001 From: Graeme Christie Date: Thu, 5 Jun 2014 09:28:13 +0800 Subject: [PATCH 1/2] Updated URL of kvm.sh in install script, now it exists in the upstream repo --- kvmsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvmsetup.sh b/kvmsetup.sh index 870ec93bf5..ab98cf8001 100644 --- a/kvmsetup.sh +++ b/kvmsetup.sh @@ -27,7 +27,7 @@ if ! _kvmsetup_has "curl"; then fi if [ -z "$KVM_SOURCE" ]; then - KVM_SOURCE="https://raw.githubusercontent.com/graemechristie/Home/KvmShellImplementation/kvm.sh" + KVM_SOURCE="https://raw.githubusercontent.com/aspnet/Home/master/kvm.sh" fi # Downloading to $KVM_DIR From 1df3730bb64011ae2a7621770198a97fab2fb5e8 Mon Sep 17 00:00:00 2001 From: Graeme Christie Date: Thu, 5 Jun 2014 09:32:17 +0800 Subject: [PATCH 2/2] Renamed kvmsetup.sh kvminstall.sh in line with Win32 script for consistency --- kvmsetup.sh => kvminstall.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kvmsetup.sh => kvminstall.sh (100%) diff --git a/kvmsetup.sh b/kvminstall.sh similarity index 100% rename from kvmsetup.sh rename to kvminstall.sh