deprecate ubuntu disco

pull/3001/head
Isaac Connor 2020-06-09 14:20:35 -04:00
parent 402ab9ad9f
commit 9b4a753194
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,disco,eoan,focal,trusty"
DISTROS="xenial,bionic,eoan,focal,trusty"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;