summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 0046fb65..b3388e02 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -262,7 +262,7 @@ if [ "$3" != "" ] ; then
case $3 in
squeeze) upgrade2 squeeze;;
wheezy) upgrade2 wheezy;;
- jessie) upgrade2 stretch;;
+ jessie) upgrade2 jessie;;
stretch) upgrade2 stretch;;
sid) upgrade2 sid;;
*) echo "unsupported distro." ; exit 1 ;;