mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
parent
a99c1a28bd
commit
0c44b9d0e0
1 changed files with 2 additions and 2 deletions
|
|
@ -272,11 +272,11 @@ function GetPrerequisites()
|
||||||
case ${VER} in
|
case ${VER} in
|
||||||
"jessie")
|
"jessie")
|
||||||
# Debian 8.0 "current"
|
# Debian 8.0 "current"
|
||||||
su -c "aptitude -y install curl build-essential autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
|
su -c "aptitude -y install curl build-essential autoconf automake cmake libbz2-dev libace-dev libssl-dev default-libmysqlclient-dev libtool" root
|
||||||
;;
|
;;
|
||||||
"stretch")
|
"stretch")
|
||||||
# Debian Next
|
# Debian Next
|
||||||
su -c "aptitude -y install curl build-essential autoconf automake cmake libbz2-dev libace-dev libssl-dev libmysqlclient-dev libtool" root
|
su -c "aptitude -y install curl build-essential autoconf automake cmake libbz2-dev libace-dev libssl-dev default-libmysqlclient-dev libtool" root
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
OS_VER=0
|
OS_VER=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue