2018-12-19 22:07:36 -05:00
|
|
|
# mdserver-web
|
2018-09-13 10:23:05 -04:00
|
|
|
简单的Linux面板
|
2018-09-11 02:50:44 -04:00
|
|
|
|
|
|
|
|
### 自动安装
|
2018-09-13 10:22:23 -04:00
|
|
|
```
|
2018-11-22 05:49:41 -05:00
|
|
|
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | sh
|
2019-03-04 01:24:49 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 更新
|
|
|
|
|
|
|
|
|
|
```
|
2019-03-04 22:18:31 -05:00
|
|
|
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | sh
|
2019-03-04 01:24:49 -05:00
|
|
|
```
|
|
|
|
|
|