Add support for Groovy. (#2355)
Remaining not supported - it just doesn't bump out error.
This commit is contained in:
parent
b8767af84d
commit
17d6b8e3a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user