Script Repo

常用脚本合集,方便快速部署环境。脚本镜像不定时拉取,如果遇到问题欢迎及时反馈。也欢迎提交 PR 添加新的脚本!

Docker

一键安装 Docker Engine 及 Docker Compose。“国内加速换源”版本是官方脚本的国内镜像,会同时配置国内镜像加速器。

$ curl -fsSL https://get.docker.com -o install-docker.sh && sudo bash install-docker.sh && rm install-docker.sh

Minecraft Server

Minecraft 原版服务器管理脚本。支持多版本切换,数据备份和回滚等功能,具体使用说明可以在脚本顶部的介绍中获取。

$ curl -fsSL https://script.motues.top/mcbe_tools.sh -o mcbe_tools.sh && chmod +x mcbe_tools.sh && ./mcbe_tools.sh install && ./mcbe_tools.sh start

Node.js

Node.js 安装脚本。“自用脚本”为自己实现的Node.js版本管理器,支持下载、多版本切换等功能,具体的使用说明可以在脚本顶部的介绍中获取。“fnm 国内加速”则是fnm脚本的国内镜像。

$ curl -fsSL https://script.motues.top/nodejs_mgr.sh -o nodejs_mgr.sh && chmod +x nodejs_mgr.sh && ./nodejs_mgr.sh install 24