1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-31 00:22:31 +00:00

Update rtinst.sh

This commit is contained in:
arakasi72
2015-05-06 19:55:18 +01:00
parent 32ead5be62
commit 325ff132af

View File

@@ -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