Add support for Groovy. (#2355)

Remaining not supported - it just doesn't bump out error.
This commit is contained in:
Igor Pečovnik
2020-11-16 19:10:57 +01:00
committed by GitHub
parent b8767af84d
commit 17d6b8e3a5

View File

@@ -979,7 +979,7 @@ prepare_host()
local codename=$(lsb_release -sc) local codename=$(lsb_release -sc)
# Getting ready for Ubuntu 20.04 # Getting ready for Ubuntu 20.04
if [[ $codename == focal || $codename == ulyana ]]; then if [[ $codename == focal || $codename == groovy || $codename == ulyana ]]; then
hostdeps+=" python2 python3" hostdeps+=" python2 python3"
ln -fs /usr/bin/python2.7 /usr/bin/python2 ln -fs /usr/bin/python2.7 /usr/bin/python2
ln -fs /usr/bin/python2.7 /usr/bin/python ln -fs /usr/bin/python2.7 /usr/bin/python