Files
terraria-server-installer/README.md
2026-04-11 17:44:22 +08:00

23 lines
669 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 泰拉瑞亚服务端安装脚本
此脚本可用于泰拉瑞亚服务端不同版本的安装、启动、卸载
>⚠注意脚本目前仅适用于Ubuntu/Debian等使用apt作为包管理器的Linux发行版
## 使用指南
### 1.安装
使用`install`加版本号即可安装泰拉瑞亚服务端
```shell
install 1456 # 安装1.4.5.6
```
### 2.删除
使用`install`加版本号即可删除泰拉瑞亚服务端
```shell
remove 1456 # 卸载1.4.5.6
```
### 3.启动
使用`install`加版本号即可删除泰拉瑞亚服务端
```shell
run 1456 # 启动1.4.5.6
```
>还可以使用`latest`参数直接安装、删除、启动最新版本 (尚未实现)