diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-18 14:38:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-18 14:38:24 +0200 |
commit | cdeae167b9429e980302c5e94563057c278e294f (patch) | |
tree | 4a74730ef08c624900915647154cba206a4c171b | |
parent | af4c7ef10f8b04f6ec9c8f2f79aa2a1cf6d31c6b (diff) | |
download | jenkins.debian.net-cdeae167b9429e980302c5e94563057c278e294f.tar.xz |
virt-manager at least for sid
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index da52fd60..11f562f8 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -136,7 +136,7 @@ case $1 in SPECIFIC="libreoffice virtualbox" ;; sid) DISTRO="sid" - SPECIFIC="libreoffice virtualbox" + SPECIFIC="libreoffice virt-manager" ;; *) echo "unsupported distro." exit 1 |