mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add support for Groovy. (#2355)
Remaining not supported - it just doesn't bump out error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user