Remove impish, add kinetic
parent
1ea2ea74d4
commit
8ba92fb4e6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue