Remove impish, add kinetic

pull/3609/head
Isaac Connor 2022-08-06 09:30:33 -04:00
parent 1ea2ea74d4
commit 8ba92fb4e6
1 changed files with 1 additions and 1 deletions

View File

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