Files
Nexus/docs/changelog/2026-06-04-public-repo-quick-install.md
T

27 lines
730 B
Markdown
Raw Normal View History

# Changelog: 公共仓库 quick-install 一键脚本
**日期**: 2026-06-04
## 摘要
仓库改为公共后,新增 `deploy/quick-install.sh`1Panel 风格 `curl | bash`),匿名 raw / git clone 均可用,无需 Gitea 令牌。
## 涉及文件
- `deploy/quick-install.sh` — 主入口
- `deploy/install-nexus-fresh.sh` — 公共 clone、全局 `nexus-install`
- `deploy/download-install-fresh.sh` — 简化
- `deploy/nexus-1panel.sh` — 令牌可选
- `deploy/README-1panel.md``SECRETS.md`
## 服务器用法
```bash
curl -fsSL "http://66.154.115.8:3000/admin/Nexus/raw/branch/main/deploy/quick-install.sh" | bash
```
## 验证
- `curl` raw 返回 `#!/usr/bin/env bash`
- `bash -n deploy/quick-install.sh`