Skip to content

Commit

Permalink
Support for Ubuntu 20.04 focal fossa (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
trashpandaboy committed May 17, 2022
1 parent 28e0616 commit 8ba6736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linux/getmangos.sh
Expand Up @@ -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
Expand Down

0 comments on commit 8ba6736

Please sign in to comment.