deprecate support for trusty and disco

This commit is contained in:
Isaac Connor 2020-04-14 17:30:16 -04:00
parent f60f91c834
commit fc5080d9c7
1 changed files with 1 additions and 1 deletions

View File

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