From 17d6b8e3a50b5f882cc8aefb5de57d0d2e534f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 16 Nov 2020 19:10:57 +0100 Subject: [PATCH] Add support for Groovy. (#2355) Remaining not supported - it just doesn't bump out error. --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index f30ce51a04..d0ed72accb 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -979,7 +979,7 @@ prepare_host() local codename=$(lsb_release -sc) # Getting ready for Ubuntu 20.04 - if [[ $codename == focal || $codename == ulyana ]]; then + if [[ $codename == focal || $codename == groovy || $codename == ulyana ]]; then hostdeps+=" python2 python3" ln -fs /usr/bin/python2.7 /usr/bin/python2 ln -fs /usr/bin/python2.7 /usr/bin/python