diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index cb354124..6c65bbe4 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -214,10 +214,10 @@ case $1 in SPECIFIC="libreoffice virt-manager mplayer2 chromium" ;; stretch) DISTRO="stretch" - SPECIFIC="libreoffice virt-manager mplayer2 chromium" + SPECIFIC="libreoffice virt-manager mplayer chromium" ;; sid) DISTRO="sid" - SPECIFIC="libreoffice virt-manager mplayer2 chromium" + SPECIFIC="libreoffice virt-manager mplayer chromium" ;; *) echo "unsupported distro." exit 1 |