|
|
|
|
2256
|
if [ ! $WIKI_DOMAIN_NAME ]; then
|
2256
|
if [ ! $WIKI_DOMAIN_NAME ]; then
|
2257
|
return
|
2257
|
return
|
2258
|
fi
|
2258
|
fi
|
2259
|
- if ! [[ $SYSTEM_TYPE == "$VARIANT_WRITER" ]]; then
|
|
|
2260
|
- if [ ! $SYSTEM_TYPE ]; then
|
|
|
2261
|
- return
|
|
|
2262
|
- fi
|
|
|
2263
|
- fi
|
|
|
2264
|
apt-get -y --force-yes install php5 php5-gd php-xml-parser php5-intl wget
|
2259
|
apt-get -y --force-yes install php5 php5-gd php-xml-parser php5-intl wget
|
2265
|
apt-get -y --force-yes install php5-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2
|
2260
|
apt-get -y --force-yes install php5-sqlite php5-mysql smbclient curl libcurl3 php5-curl bzip2
|
2266
|
|
2261
|
|