aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-14 17:40:34 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-14 17:40:34 +0200
commitf399f23566d91a7bcd66edb90411429ab06175fe (patch)
tree3593406d1b6911ac6475a5dc34930f12d127bcd4 /installer
parent1ad1d10f91b155a6d831a5f0da250eff9eeb1ee6 (diff)
downloadmmbtools-aux-f399f23566d91a7bcd66edb90411429ab06175fe.tar.gz
mmbtools-aux-f399f23566d91a7bcd66edb90411429ab06175fe.tar.bz2
mmbtools-aux-f399f23566d91a7bcd66edb90411429ab06175fe.zip
debian install script: jessie, not squeeze !
Diffstat (limited to 'installer')
-rw-r--r--installer/debian.sh4
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