cosmic is unsupported, don't build for it by default

This commit is contained in:
Isaac Connor 2019-08-01 09:51:03 -04:00
parent 14ed777eeb
commit 479e7c290c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ fi;
if [ "$DISTROS" == "" ]; then
if [ "$RELEASE" != "" ]; then
DISTROS="xenial,bionic,cosmic,disco,trusty"
DISTROS="xenial,bionic,disco,trusty"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;