1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

Changed url for libvirt-bootstrap

This commit is contained in:
Retspen 2015-05-19 22:39:47 +03:00
parent bbc1b26edf
commit 9e3987ec9f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)