This commit is contained in:
parent
df8d44e792
commit
c02458f319
|
|
@ -7,6 +7,8 @@ DIR=$(cd "$(dirname "$0")"; pwd)
|
|||
# cd /www/server/mdserver-web/scripts/quick && bash debug.sh
|
||||
# cd /www/server/mdserver-web/plugins/php && bash all_test.sh
|
||||
|
||||
|
||||
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 71
|
||||
# cd /www/server/mdserver-web/plugins/php/versions/52/ && bash gd.sh install 52
|
||||
|
||||
# cd /www/server/mdserver-web/plugins/php/versions/52/ && bash openssl.sh install 52
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ echo y | pacman -Sy curl
|
|||
echo y | pacman -Sy libevent
|
||||
echo y | pacman -Sy libjpeg
|
||||
echo y | pacman -Sy libpng
|
||||
echo y | pacman -Sy libzip
|
||||
echo y | pacman -Sy libwebp
|
||||
echo y | pacman -Sy libxml2
|
||||
echo y | pacman -Sy libtirpc
|
||||
|
|
@ -35,12 +36,15 @@ echo y | pacman -Sy sqlite
|
|||
echo y | pacman -Sy libtool
|
||||
echo y | pacman -Sy imagemagick
|
||||
echo y | pacman -Sy mariadb-clients
|
||||
echo y | pacman -Sy rpcsvc-proto
|
||||
|
||||
# zypper install -y freetype freetype-devel
|
||||
# zypper install -y libjpeg-devel libpng-devel
|
||||
# echo y | pacman -Sy rpcgen
|
||||
# ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib64
|
||||
|
||||
hwclock --systohc
|
||||
|
||||
#https need
|
||||
if [ ! -d /root/.acme.sh ];then
|
||||
curl https://get.acme.sh | sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue