From f399f23566d91a7bcd66edb90411429ab06175fe Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 14 Jun 2015 17:40:34 +0200 Subject: debian install script: jessie, not squeeze ! --- installer/debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/debian.sh b/installer/debian.sh index b925a58..d562e0d 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -21,8 +21,8 @@ DISTRO="unknown" if [ $(lsb_release -d | grep -c wheezy) -eq 1 ] ; then DISTRO="wheezy" -elif [ $(lsb_release -d | grep -c squeeze) -eq 1 ] ; then - DISTRO="squeeze" +elif [ $(lsb_release -d | grep -c jessie) -eq 1 ] ; then + DISTRO="jessie" fi echo -- cgit v1.2.3