|
|
|
@ -57,7 +57,12 @@ if [ "${action}" == "uninstall" ];then |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
sh -x $curPath/versions/$2/install.sh $1 |
|
|
|
|
|
|
|
|
|
if [ "$2" == "8.4" ];then |
|
|
|
|
sh -x $curPath/versions/$2/install_generic.sh $1 |
|
|
|
|
else |
|
|
|
|
sh -x $curPath/versions/$2/install.sh $1 |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [ "${action}" == "install" ];then |
|
|
|
|
#初始化 |
|
|
|
|