.deb files support devuan

This commit is contained in:
Sebastian Messmer 2016-04-01 17:46:27 +02:00
parent f0d11bb5a7
commit 42ce5c94ec
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ containsElement () {
}
get_repo_url () {
if [[ "$DISTRIBUTION" == "Debian" ]]; then
if [[ "$DISTRIBUTION" == "Debian" ]] || [[ "$DISTRIBUTION" == "Devuan" ]]; then
if ! containsElement $DISTRIBUTION_VERSION $DEBIAN_VERSIONS; then
echo Unsupported Debian Version: $DISTRIBUTION_VERSION 1>&2
exit 1