Added Debian Jessie support
This commit is contained in:
parent
13939a5129
commit
bce2bb931b
2 changed files with 60 additions and 0 deletions
3
install
3
install
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue