From 9e3987ec9f319f7fbec45f0a614396539355ddbb Mon Sep 17 00:00:00 2001 From: Retspen Date: Tue, 19 May 2015 22:39:47 +0300 Subject: [PATCH] Changed url for libvirt-bootstrap --- README.md | 2 +- dev/libvirt-bootstrap.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3109bb9..73c0d0c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo service supervisor restart ### Setup libvirt and KVM on server ```bash -wget -O - https://clck.ru/9Sz6S | sudo sh +wget -O - https://clck.ru/9V9fH | sudo sh ``` ### Default credentials diff --git a/dev/libvirt-bootstrap.sh b/dev/libvirt-bootstrap.sh index 7877811..ae1c689 100644 --- a/dev/libvirt-bootstrap.sh +++ b/dev/libvirt-bootstrap.sh @@ -3,13 +3,13 @@ # vim: softtabstop=4 shiftwidth=4 expandtab fenc=utf-8 spell spelllang=en cc=81 #=============================================================================== # -# FILE: bootstrap-webvirtmgr.sh +# FILE: libvirt-bootstrap.sh # # DESCRIPTION: Bootstrap webvirtmgr installation for various distributions # -# BUGS: https://github.com/retspen/webvirtmgr-boostrap/issues +# BUGS: https://github.com/retspen/webvirtmgr/issues # -# COPYRIGHT: (c) 2013 by the WebVirtMgr Team +# COPYRIGHT: (c) 2015 by the WebVirtMgr Team # # LICENSE: Apache 2.0 # ORGANIZATION: WebVirtMgr (webvirtmgr.net)