diff options
-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 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 ;; |