|
|
发表于 2010-7-25 14:37:01
|
显示全部楼层
|
[ol]#!/bin/shif ! [ -f /usr/sbin/yum ] && ! [ -f /usr/bin/yum ] ; then echo You at least need yum installed for this to work... echo Please contact our support personnel echo " " exitfiyum -y install php php-mysql wget zip unziprm -f program-install.zipwget http://download.lxlabs.com/download/program-install.zipexport PATH=/usr/sbin:/sbin:$PATHunzip -oq program-install.zipcd program-install/kloxo-linuxphp lxins.php --install-type=master $* | tee kloxo_install.log[/ol]复制代码 |
|