Added Debian Jessie support

This commit is contained in:
Albert Santoni 2015-02-13 21:22:39 -05:00
parent 13939a5129
commit bce2bb931b
2 changed files with 60 additions and 0 deletions

View file

@ -255,6 +255,9 @@ echo -e " \/ \/ \/ \/ \n"
if checkDistro "wheezy"; then
dist="debian"
code="wheezy"
elif checkDistro "jessie"; then
dist="debian"
code="jessie"
elif checkDistro "trusty"; then
dist="ubuntu"
code="trusty"