pull/725/head
dami 4 weeks ago
parent b9b18b063c
commit e916e134dc
  1. 5
      plugins/mysql-community/install.sh
  2. 4
      plugins/mysql/install.sh

@ -7,6 +7,11 @@ rootPath=$(dirname "$curPath")
rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath")
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
# https://dev.mysql.com/downloads/mysql/ # https://dev.mysql.com/downloads/mysql/
# https://downloads.mysql.com/archives/community/ # https://downloads.mysql.com/archives/community/

@ -16,6 +16,10 @@ rootPath=$(dirname "$curPath")
rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath")
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
action=$1 action=$1
type=$2 type=$2

Loading…
Cancel
Save