pull/109/head
midoks 3 years ago
parent a4665eff29
commit 3b7021e756
  1. 6
      README.md
  2. 3
      scripts/lib.sh

@ -31,23 +31,25 @@
* swap插件[虚拟内存]。 * swap插件[虚拟内存]。
### 自动安装 ### 自动安装
``` ```
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
``` ```
### 更新 ### 脚本更新
``` ```
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash
``` ```
### 无图不真相 ### 无图不真相
[![截图](/route/static/mdw.jpg)](/route/static/mdw.jpg) [![截图](/route/static/mdw.jpg)](/route/static/mdw.jpg)
### wiki ### wiki
[了解更多...](https://github.com/midoks/mdserver-web/wiki) [了解更多...](https://github.com/midoks/mdserver-web/wiki)

@ -283,6 +283,9 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
apt install -y libmariadbd18 libmariadbd-dev mysql-community-client apt install -y libmariadbd18 libmariadbd-dev mysql-community-client
apt install -y libmysqlclient-dev
apt install -y libmariadb-dev-compat
apt install -y libmariadbclient-dev
else else
Install_Libiconv Install_Libiconv

Loading…
Cancel
Save