Merge pull request #64 from graemechristie/update-source-url-for-kvm-sh
Update source url for kvm sh
This commit is contained in:
commit
c14ecd8e7a
|
|
@ -27,7 +27,7 @@ if ! _kvmsetup_has "curl"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$KVM_SOURCE" ]; then
|
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
|
fi
|
||||||
|
|
||||||
# Downloading to $KVM_DIR
|
# Downloading to $KVM_DIR
|
||||||
Loading…
Reference in New Issue