From 325ff132af80ccefc3e9be6ee135cebc00529429 Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Wed, 6 May 2015 19:55:18 +0100 Subject: [PATCH] Update rtinst.sh --- rtinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtinst.sh b/rtinst.sh index 8cfa7f5..bbfa7b3 100644 --- a/rtinst.sh +++ b/rtinst.sh @@ -97,8 +97,8 @@ ask_user test "${FULLREL#*Ubuntu 12.04}" != "$FULLREL" && RELNO=12 test "${FULLREL#*Ubuntu 13.10}" != "$FULLREL" && RELNO=13 test "${FULLREL#*Ubuntu 14}" != "$FULLREL" && RELNO=14 +test "${FULLREL#*Ubuntu 15}" != "$FULLREL" && RELNO=15 test "${FULLREL#*Debian*7}" != "$FULLREL" && RELNO=7 -test "${FULLREL#*Debian*jessie}" != "$FULLREL" && RELNO=8 test "${FULLREL#*Debian*8}" != "$FULLREL" && RELNO=8 test "${FULLREL#*Raspbian GNU/Linux 7}" != "$FULLREL" && RELNO="RPi" test -z "$RELNO" && echo "Unable to determine OS or OS unsupported" && exit