mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Changed url for libvirt-bootstrap
This commit is contained in:
parent
bbc1b26edf
commit
9e3987ec9f
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ sudo service supervisor restart
|
||||||
### Setup libvirt and KVM on server
|
### Setup libvirt and KVM on server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O - https://clck.ru/9Sz6S | sudo sh
|
wget -O - https://clck.ru/9V9fH | sudo sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Default credentials
|
### Default credentials
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
# vim: softtabstop=4 shiftwidth=4 expandtab fenc=utf-8 spell spelllang=en cc=81
|
# 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
|
# 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
|
# LICENSE: Apache 2.0
|
||||||
# ORGANIZATION: WebVirtMgr (webvirtmgr.net)
|
# ORGANIZATION: WebVirtMgr (webvirtmgr.net)
|
||||||
|
|
Loading…
Reference in a new issue