Add eoan to distros

pull/2736/head
Isaac Connor 2019-10-20 11:41:55 -04:00
parent 8199d64375
commit c240767727
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,trusty"
DISTROS="xenial,bionic,disco,eoan,trusty"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;