Update install.sh

pull/216/head
midoks 3 years ago
parent 556b0869f2
commit b49d2025eb
  1. 5
      plugins/op_waf/install.sh

@ -13,6 +13,11 @@ install_tmp=${rootPath}/tmp/mw_install.pl
action=$1
version=$2
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
Install_of(){
echo '正在安装脚本文件...' > $install_tmp

Loading…
Cancel
Save