Ajout de jessie

This commit is contained in:
Pierre-Elliott Bécue 2015-05-06 19:55:05 +02:00
parent da8e961ccb
commit b3b1e1767e
4 changed files with 57 additions and 28 deletions

View file

@ -25,9 +25,12 @@ elif [ -e /etc/debian_version ]; then
6.*)
OUTPUT="$OUTPUT\ngroup:squeeze"
;;
"wheezy/sid")
7.*)
OUTPUT="$OUTPUT\ngroup:wheezy"
;;
8.*)
OUTPUT="$OUTPUT\ngroup:jessie"
;;
"sid")
OUTPUT="$OUTPUT\ngroup:sid"
;;