Updated URL of kvm.sh in install script, now it exists in the upstream repo
This commit is contained in:
parent
f6e9c40786
commit
1bd9da3620
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue