diff options
-rw-r--r-- | installer/debian.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |