Support for Ubuntu 20.04 focal fossa (#178)

This commit is contained in:
trashpanda_boy 2022-05-17 18:41:50 +02:00 committed by GitHub
parent 28e0616414
commit 8ba6736148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,6 +262,10 @@ function GetPrerequisites()
"disco")
# Ubuntu 19.04
su -c "apt-get -y install build-essential curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
;;
"focal")
# Ubuntu 20.04
su -c "apt-get -y install build-essential curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
;;
*)
OS_VER=0