automate local bootstrap prerequisites

This commit is contained in:
jxxghp
2026-04-16 19:47:56 +08:00
parent 70350aa39f
commit 89f6164eba
3 changed files with 249 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ curl -fsSL https://raw.githubusercontent.com/jxxghp/MoviePilot/v2/scripts/bootst
脚本会自动:
- 检测操作系统
- 检查 `git``curl``Python 3.12+`
- 自动检查并尽量安装 `git``curl``Python 3.12+`
- 克隆 `MoviePilot`
- 安装后端依赖
- 下载 `MoviePilot-Frontend` 最新 release 的 `dist.zip`
@@ -22,6 +22,12 @@ curl -fsSL https://raw.githubusercontent.com/jxxghp/MoviePilot/v2/scripts/bootst
- 创建全局 `moviepilot` 命令
- 默认启动前后端服务
说明:
- 如果系统里没有可用的 `Python 3.12+`,脚本会优先尝试自动补齐运行环境,再继续安装
- Linux 下安装系统依赖时通常需要 `sudo`
- 复用已有仓库时,脚本现在只会因为已跟踪源码改动而阻止自动更新,不会再被 `.DS_Store` 之类未跟踪文件卡住
如果安装完成后当前终端仍提示找不到 `moviepilot`
- 重新打开终端