Skip to content

Commit deeea41

Browse files
Rochet2billy1arm
authored andcommitted
Update getmangos.sh
Fixed misplacement Fixed indentation
1 parent 4ec6215 commit deeea41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

linux/getmangos.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,15 @@ function GetPrerequisites()
237237
# Ubuntu 16.10
238238
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
239239
;;
240-
*)
241240
"zesty")
242-
# Ubuntu 17.04
243-
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
244-
;;
241+
# Ubuntu 17.04
242+
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
243+
;;
245244
"artful")
246-
# Ubuntu 17.10
247-
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
248-
;;
245+
# Ubuntu 17.10
246+
su -c "apt-get -y install curl autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
247+
;;
248+
*)
249249
OS_VER=0
250250
;;
251251
esac

0 commit comments

Comments
 (0)