summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index f8d10c3f..251b5e39 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -132,6 +132,9 @@ case $1 in
wheezy) DISTRO="wheezy"
SPECIFIC="libreoffice virtualbox"
;;
+ jessie) DISTRO="jessie"
+ SPECIFIC="libreoffice virtualbox"
+ ;;
sid) DISTRO="sid"
SPECIFIC="libreoffice virtualbox"
;;
@@ -169,6 +172,7 @@ if [ "$3" != "" ] ; then
case $3 in
squeeze)upgrade2 squeeze;;
wheezy) upgrade2 wheezy;;
+ jessie) upgrade2 jessie;;
sid) upgrade2 sid;;
*) echo "unsupported distro." ; exit 1 ;;
esac