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 authored and billy1arm committed May 17, 2022
1 parent 7c65ef8 commit 254b38b
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 254b38b

Please sign in to comment.